Class PlainAttrsConverter<PA extends AbstractPlainAttr<?>>

java.lang.Object
org.apache.syncope.core.persistence.neo4j.spring.PlainAttrsConverter<PA>
All Implemented Interfaces:
org.springframework.data.neo4j.core.convert.Neo4jPersistentPropertyToMapConverter<String,Map<String,PA>>

public class PlainAttrsConverter<PA extends AbstractPlainAttr<?>> extends Object implements org.springframework.data.neo4j.core.convert.Neo4jPersistentPropertyToMapConverter<String,Map<String,PA>>
  • Field Details

  • Constructor Details

    • PlainAttrsConverter

      public PlainAttrsConverter(Class<PA> reference)
  • Method Details

    • decompose

      public Map<String,org.neo4j.driver.Value> decompose(Map<String,PA> property, org.springframework.data.neo4j.core.convert.Neo4jConversionService neo4jConversionService)
      Specified by:
      decompose in interface org.springframework.data.neo4j.core.convert.Neo4jPersistentPropertyToMapConverter<String,Map<String,PA extends AbstractPlainAttr<?>>>
    • compose

      public Map<String,PA> compose(Map<String,org.neo4j.driver.Value> source, org.springframework.data.neo4j.core.convert.Neo4jConversionService neo4jConversionService)
      Specified by:
      compose in interface org.springframework.data.neo4j.core.convert.Neo4jPersistentPropertyToMapConverter<String,Map<String,PA extends AbstractPlainAttr<?>>>