Uses of Interface
org.springframework.data.convert.TypeInformationMapper
Packages that use TypeInformationMapper
Package
Description
General purpose conversion framework to read objects from a data store abstraction and write it back.
-
Uses of TypeInformationMapper in org.springframework.data.convert
Classes in org.springframework.data.convert that implement TypeInformationMapperModifier and TypeClassDescriptionclassTypeInformationMapperimplementation that can be either set up using aMappingContextor manually set upMapofStringaliases to types.classTypeInformationMapperimplementation that can be either set up using aMappingContextor manually set upMapofStringaliases to types.classBasicTypeInformationMapperimplementation that interprets the alias handles as fully qualified class name and tries to load a class with the given name to buildTypeInformation.Constructor parameters in org.springframework.data.convert with type arguments of type TypeInformationMapperModifierConstructorDescriptionDefaultTypeMapper(TypeAliasAccessor<S> accessor, List<? extends TypeInformationMapper> mappers) DefaultTypeMapper(TypeAliasAccessor<S> accessor, MappingContext<? extends PersistentEntity<?, ?>, ?> mappingContext, List<? extends TypeInformationMapper> additionalMappers) Creates a newDefaultTypeMapperusing the givenTypeAliasAccessor,MappingContextand additionalTypeInformationMappers.