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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncompose
(Map<String, org.neo4j.driver.Value> source, org.springframework.data.neo4j.core.convert.Neo4jConversionService neo4jConversionService) decompose
(Map<String, PA> property, org.springframework.data.neo4j.core.convert.Neo4jConversionService neo4jConversionService)
-
Field Details
-
reference
-
-
Constructor Details
-
PlainAttrsConverter
-
-
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 interfaceorg.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 interfaceorg.springframework.data.neo4j.core.convert.Neo4jPersistentPropertyToMapConverter<String,
Map<String, PA extends AbstractPlainAttr<?>>>
-