public class MetaDataDrivenConversionService extends GenericConversionService
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. |
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–2019 Pivotal Software, Inc.. All rights reserved.