K - The type of the keys.public static final class CompositeProperty.DefaultToMapConverter<K> extends Object implements Neo4jPersistentPropertyToMapConverter<K,Map<K,Object>>
| Modifier and Type | Method and Description |
|---|---|
Map<K,Object> |
compose(Map<K,org.neo4j.driver.Value> source,
Neo4jConversionService conversionService)
Composes the object back from the map.
|
Map<K,org.neo4j.driver.Value> |
decompose(Map<K,Object> property,
Neo4jConversionService conversionService)
Decomposes an object into a map.
|
public Map<K,org.neo4j.driver.Value> decompose(Map<K,Object> property, Neo4jConversionService conversionService)
Neo4jPersistentPropertyToMapConverterpublic Map<K,Object> compose(Map<K,org.neo4j.driver.Value> source, Neo4jConversionService conversionService)
Neo4jPersistentPropertyToMapConverterCopyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.