| Package | Description |
|---|---|
| org.springframework.core.convert.converter |
SPI to implement Converters for the type conversion system.
|
| org.springframework.core.convert.support |
Default implementation of the type conversion system.
|
| org.springframework.core.serializer.support |
Support classes for Spring's serializer abstraction.
|
| org.springframework.format |
An API for defining Formatters to format field model values for display in a UI.
|
| org.springframework.format.datetime |
Formatters for
java.util.Date properties. |
| org.springframework.format.support |
Support classes for the formatting package,
providing common implementations as well as adapters.
|
| Class and Description |
|---|
| ConditionalConverter
Allows a
Converter, GenericConverter or ConverterFactory to
conditionally execute based on attributes of the source and target
TypeDescriptor. |
| Converter
A converter converts a source object of type
S to a target of type T. |
| ConverterFactory
A factory for "ranged" converters that can convert objects from S to subtypes of R.
|
| ConvertingComparator
A
Comparator that converts values before they are compared. |
| GenericConverter
Generic converter interface for converting between two or more types.
|
| GenericConverter.ConvertiblePair
Holder for a source-to-target class pair.
|
| Class and Description |
|---|
| Converter
A converter converts a source object of type
S to a target of type T. |
| ConverterFactory
A factory for "ranged" converters that can convert objects from S to subtypes of R.
|
| ConverterRegistry
For registering converters with a type conversion system.
|
| GenericConverter
Generic converter interface for converting between two or more types.
|
| Class and Description |
|---|
| Converter
A converter converts a source object of type
S to a target of type T. |
| Class and Description |
|---|
| ConverterRegistry
For registering converters with a type conversion system.
|
| Class and Description |
|---|
| ConverterRegistry
For registering converters with a type conversion system.
|
| Class and Description |
|---|
| ConverterRegistry
For registering converters with a type conversion system.
|