| Package | Description | 
|---|---|
| org.springframework.core.convert.support | Default implementation of the type conversion system. | 
| org.springframework.core.env | Spring's environment abstraction consisting of bean definition
 profile and hierarchical property source support. | 
| 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 | 
|---|---|
| ConfigurableConversionService | AbstractEnvironment. getConversionService() | 
| ConfigurableConversionService | AbstractPropertyResolver. getConversionService() | 
| ConfigurableConversionService | ConfigurablePropertyResolver. getConversionService()Return the  ConfigurableConversionServiceused when performing type
 conversions on properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractEnvironment. setConversionService(ConfigurableConversionService conversionService) | 
| void | AbstractPropertyResolver. setConversionService(ConfigurableConversionService conversionService) | 
| void | ConfigurablePropertyResolver. setConversionService(ConfigurableConversionService conversionService)Set the  ConfigurableConversionServiceto be used when performing type
 conversions on properties. |