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 Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
compose (Map <String ,org.neo4j.driver.Value> source,
org.springframework.data.neo4j.core.convert.Neo4jConversionService neo4jConversionService)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
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 >>