| Package | Description | 
|---|---|
| org.springframework.core.convert.converter | SPI to implement Converters for the type conversion system. | 
| org.springframework.core.convert.support | Default implementation of the type conversion system. | 
| Constructor and Description | 
|---|
| ConvertingComparator(Comparator<T> comparator,
                    ConversionService conversionService,
                    Class<? extends T> targetType)Create a new  ConvertingComparatorinstance. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ConfigurableConversionServiceConfiguration interface to be implemented by most if not all  ConversionServicetypes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultConversionServiceA specialization of  GenericConversionServiceconfigured by default
 with converters appropriate for most environments. | 
| class  | GenericConversionServiceBase  ConversionServiceimplementation suitable for use in most environments. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ConversionService | DefaultConversionService. getSharedInstance()Return a shared default  ConversionServiceinstance,
 lazily building it once needed. | 
| Constructor and Description | 
|---|
| ConvertingPropertyEditorAdapter(ConversionService conversionService,
                               TypeDescriptor targetDescriptor)Create a new ConvertingPropertyEditorAdapter for a given
  ConversionServiceand the given target type. |