Uses of Interface
org.springframework.core.convert.ConversionService
Packages that use ConversionService
Package
Description
SPI to implement Converters for the type conversion system.
Default implementation of the type conversion system.
-
Uses of ConversionService in org.springframework.core.convert.converter
Constructors in org.springframework.core.convert.converter with parameters of type ConversionServiceModifierConstructorDescriptionConvertingComparator(Comparator<T> comparator, ConversionService conversionService, Class<? extends T> targetType) Create a newConvertingComparatorinstance. -
Uses of ConversionService in org.springframework.core.convert.support
Subinterfaces of ConversionService in org.springframework.core.convert.supportModifier and TypeInterfaceDescriptioninterfaceConfiguration interface to be implemented by most if not allConversionServicetypes.Classes in org.springframework.core.convert.support that implement ConversionServiceModifier and TypeClassDescriptionclassA specialization ofGenericConversionServiceconfigured by default with converters appropriate for most environments.classBaseConversionServiceimplementation suitable for use in most environments.Methods in org.springframework.core.convert.support that return ConversionServiceModifier and TypeMethodDescriptionstatic ConversionServiceDefaultConversionService.getSharedInstance()Return a shared defaultConversionServiceinstance, lazily building it once needed.Constructors in org.springframework.core.convert.support with parameters of type ConversionServiceModifierConstructorDescriptionConvertingPropertyEditorAdapter(ConversionService conversionService, TypeDescriptor targetDescriptor) Create a new ConvertingPropertyEditorAdapter for a givenConversionServiceand the given target type.