Class CompositeProperty.DefaultToMapConverter<K>

java.lang.Object
org.springframework.data.neo4j.core.schema.CompositeProperty.DefaultToMapConverter<K>
Type Parameters:
K - the type of the keys
All Implemented Interfaces:
Neo4jPersistentPropertyToMapConverter<K, Map<K,Object>>
Enclosing class:
CompositeProperty

public static final class CompositeProperty.DefaultToMapConverter<K> extends Object implements Neo4jPersistentPropertyToMapConverter<K, Map<K,Object>>
The default implementation, passing map properties through as they are on the way to the graph and possibly applying a post processor on the way out of the graph.
Since:
6.0
Author:
Michael J. Simons