| 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 |
DefaultConversionService
A specialization of
GenericConversionService configured by default
with converters appropriate for most environments. |
class |
GenericConversionService
Base
ConversionService implementation suitable for use in most environments. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurableConversionService |
AbstractEnvironment.getConversionService() |
ConfigurableConversionService |
AbstractPropertyResolver.getConversionService() |
ConfigurableConversionService |
ConfigurablePropertyResolver.getConversionService()
Return the
ConfigurableConversionService used 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
ConfigurableConversionService to be used when performing type
conversions on properties. |