Class Hierarchy
- java.lang.Object
- org.springframework.data.convert.ConfigurableTypeInformationMapper (implements org.springframework.data.convert.TypeInformationMapper)
- org.springframework.data.convert.CustomConversions
- org.springframework.data.convert.CustomConversions.ConverterConfiguration
- org.springframework.data.convert.CustomConversions.ConverterRegistrationIntent
- org.springframework.data.convert.CustomConversions.StoreConversions
- org.springframework.data.convert.DefaultTypeMapper<S> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.data.convert.TypeMapper<S>)
- org.springframework.data.convert.DtoInstantiatingConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.JMoleculesConverters
- org.springframework.data.convert.Jsr310Converters
- org.springframework.data.convert.MappingContextTypeInformationMapper (implements org.springframework.data.convert.TypeInformationMapper)
- org.springframework.data.convert.PropertyValueConversionService
- org.springframework.data.convert.PropertyValueConverter.FunctionPropertyValueConverter<DV,SV,P> (implements org.springframework.data.convert.PropertyValueConverter<DV,SV,C>)
- org.springframework.data.convert.PropertyValueConverterRegistrar<P>
- org.springframework.data.convert.PropertyValueConverterRegistrar.ReadingConverterRegistrationBuilder<T,S,R,P>
- org.springframework.data.convert.PropertyValueConverterRegistrar.WritingConverterRegistrationBuilder<T,S,P>
- org.springframework.data.convert.SimplePropertyValueConversions (implements org.springframework.beans.factory.InitializingBean, org.springframework.data.convert.PropertyValueConversions)
- org.springframework.data.convert.SimplePropertyValueConverterRegistry<P> (implements org.springframework.data.convert.ValueConverterRegistry<P>)
- org.springframework.data.convert.SimpleTypeInformationMapper (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.data.convert.TypeInformationMapper)
Annotation Interface Hierarchy
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.springframework.data.convert.CustomConversions.ConverterRegistrationIntent.ConverterOrigin
- org.springframework.data.convert.Jsr310Converters.DateToInstantConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.DateToLocalDateConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.DateToLocalDateTimeConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.DateToLocalTimeConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.DurationToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.InstantToDateConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.InstantToLocalDateTimeConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.LocalDateTimeToDateConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.LocalDateTimeToInstantConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.LocalDateToDateConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.LocalTimeToDateConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.PeriodToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.StringToDurationConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.StringToInstantConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.StringToLocalDateConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.StringToLocalDateTimeConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.StringToPeriodConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.StringToZoneIdConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.Jsr310Converters.ZoneIdToStringConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.convert.PropertyValueConverter.ObjectToObjectPropertyValueConverter (implements org.springframework.data.convert.PropertyValueConverter<DV,SV,C>)