Class AttributeConverters

java.lang.Object
org.neo4j.ogm.typeconversion.AttributeConverters

public class AttributeConverters extends Object
This class serves as a holder for converters from a given type to another. The types of the converters must match. They only differ in the way they treat scalars, arrays and iterables.
Author:
Michael J. Simons