public class MetaDataDrivenConversionService extends GenericConversionService implements org.neo4j.ogm.typeconversion.ConversionCallback
GenericConversionService that creates Spring-compatible converters from those known by the mapping
MetaData, allowing the OGM type converters to be reused throughout a Spring application.| Constructor and Description |
|---|
MetaDataDrivenConversionService(org.neo4j.ogm.metadata.MetaData metaData)
Constructs a new
MetaDataDrivenConversionService based on the given MetaData. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convert(Class<T> targetType,
Object value) |
addConverter, addConverter, addConverter, addConverterFactory, canBypassConvert, canConvert, canConvert, convert, convert, convert, convertNullSource, getConverter, getDefaultConverter, removeConvertible, toStringpublic MetaDataDrivenConversionService(org.neo4j.ogm.metadata.MetaData metaData)
MetaDataDrivenConversionService based on the given MetaData.metaData - The OGM MetaData from which to elicit type converters configured in the underlying object-graph
mapping layerCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.