| Package | Description | 
|---|---|
| org.springframework.core.convert.support | Default implementation of the type conversion system. | 
| 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 void | DefaultConversionService. addCollectionConverters(ConverterRegistry converterRegistry)Add common collection converters. | 
| static void | DefaultConversionService. addDefaultConverters(ConverterRegistry converterRegistry)Add converters appropriate for most environments. | 
| static void | ConversionServiceFactory. registerConverters(Set<?> converters,
                  ConverterRegistry registry)Register the given Converter objects with the given target ConverterRegistry. |