Package science.aist.neo4j.reflective.converter
-
Interface Summary Interface Description ArrayConverter<D,T> CollectionConverter<V> Converter that handles listsMapConverter<K,V> Converter that handles arrays -
Class Summary Class Description ArrayConverterImpl<T> Converter that handles arrays.ClassConverter Converter for int values, as they are implicitly cast to Long by Neo4JCollectionConverterImpl<T> Default implementation of list converterConverterProvider Centralized class for providing DEFAULT converters.IntConverter Converter for int values, as they are implicitly cast to Long by Neo4JMapConverterImpl<K,V> Converter that handles arrays