Also: SpringCore
package

org.springframework.core.convert

Type conversion system API.

Interfaces

ConversionService A service interface for type conversion. 

Classes

TypeDescriptor Context about a type to convert to. 

Exceptions

ConversionException Base class for exceptions thrown by the conversion system. 
ConversionFailedException Exception to be thrown when an actual type conversion attempt fails. 
ConverterNotFoundException Thrown when a suitable converter could not be found in a conversion service.