Class PlainAttrsConverter

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

public class PlainAttrsConverter extends Object implements org.springframework.data.neo4j.core.convert.Neo4jPersistentPropertyToMapConverter<String,Map<String,PlainAttr>>
  • Constructor Details

    • PlainAttrsConverter

      public PlainAttrsConverter()
  • Method Details

    • decompose

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

      public Map<String,PlainAttr> 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,PlainAttr>>