Class ProxyAttributeConverter

java.lang.Object
org.neo4j.ogm.typeconversion.ProxyAttributeConverter
All Implemented Interfaces:
AttributeConverter<Object,Object>

public final class ProxyAttributeConverter extends Object implements AttributeConverter<Object,Object>
Proxy implementation of AttributeConverter backed by an index to which custom generic converters can be added after the object-graph mapping framework has been initialised.
Author:
Adam George