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.
|
org.springframework.format.support |
Support classes for the formatting package,
providing common implementations as well as adapters.
|
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. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFormattingConversionService
A specialization of
FormattingConversionService configured by default with
converters and formatters appropriate for most applications. |
class |
FormattingConversionService
A
ConversionService implementation
designed to be configured as a FormatterRegistry . |