Package | Description |
---|---|
org.springframework.context.support |
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
|
org.springframework.core.convert.support |
Default implementation of the type conversion system.
|
org.springframework.format.support |
Support classes for the formatting package,
providing common implementations as well as adapters.
|
Modifier and Type | Method and Description |
---|---|
protected GenericConversionService |
ConversionServiceFactoryBean.createConversionService()
Create the ConversionService instance returned by this factory bean.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConversionService
A specialization of
GenericConversionService configured by default
with converters appropriate for most environments. |
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 . |