Package org.springframework.data.convert
@NonNullApi
package org.springframework.data.convert
General purpose conversion framework to read objects from a data store abstraction and write it back.
- See Also:
-
ClassDescription
TypeInformationMapperimplementation that can be either set up using aMappingContextor manually set upMapofStringaliases to types.API to easily set upGenericConverterinstances using Java 8 lambdas, mostly in bidirectional fashion for easy registration as custom type converters of the Spring Data mapping subsystem.AConverterBuilderaware of both a reading and writing converter.Exposes a reading converter.Interface to represent an intermediate setup step ofConverterBuilder.ConverterAwaredefining a reading converter first.Exposes a writing converter.Interface to represent an intermediate setup step ofConverterBuilder.ConverterAwaredefining a writing converter first.Value object to capture custom conversion.Value object holding the actualCustomConversions.StoreConversionsand customconvertersconfigured for registration.Value class tying together aCustomConversions.ConverterRegistrationand itsoriginto allow fine grained registration based on store supported types.Value type to capture store-specific extensions to theCustomConversions.Default implementation ofTypeMapper.CombinedEntityReaderandEntityWriterand add the ability to access aMappingContextandConversionService.EntityReader<T,S> Interface to read object from store specific sources.EntityWriter<T,S> Interface to write objects into store specific sinks.Registers jMolecules converter implementations withCustomConversionsif the former is on the classpath.Helper class to register JSR-310 specificConverterimplementations in case the we're running on Java 8.TypeInformationMapperimplementation that can be either set up using aMappingContextor manually set upMapofStringaliases to types.Annotation to clarify intended usage of aConverteras reading converter in case the conversion types leave room for disambiguation.BasicTypeInformationMapperimplementation that interprets the alias handles as fully qualified class name and tries to load a class with the given name to buildTypeInformation.Interface to abstract implementations of how to access a type alias from a given source or sink.Interface to abstract the mapping from a type alias to the actual type.TypeMapper<S>Interface to define strategies how to store type information in a store specific sink or source.Annotation to clarify intended usage of aConverteras writing converter in case the conversion types leave room for disambiguation.