Interface Neo4jEntityConverter

All Superinterfaces:
EntityReader<Object, org.neo4j.driver.types.MapAccessor>, EntityWriter<Object, Map<String,Object>>

@API(status=INTERNAL, since="6.0") public interface Neo4jEntityConverter extends EntityReader<Object, org.neo4j.driver.types.MapAccessor>, EntityWriter<Object, Map<String,Object>>
This orchestrates the built-in store conversions and any additional Spring converters.
Since:
6.0
Author:
Michael J. Simons