| Package | Description |
|---|---|
| org.springframework.core.convert |
Type conversion system API.
|
| 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.
|
| Class and Description |
|---|
| ConversionException
Base class for exceptions thrown by the conversion system.
|
| Property
A description of a JavaBeans Property that allows us to avoid a dependency on
java.beans.PropertyDescriptor. |
| TypeDescriptor
Context about a type to convert from or to.
|
| Class and Description |
|---|
| ConversionService
A service interface for type conversion.
|
| TypeDescriptor
Context about a type to convert from or to.
|
| Class and Description |
|---|
| ConversionService
A service interface for type conversion.
|
| TypeDescriptor
Context about a type to convert from or to.
|