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
  • Method Summary

    Methods inherited from interface org.springframework.data.convert.EntityReader

    read

    Methods inherited from interface org.springframework.data.convert.EntityWriter

    write