Also: SpringCore
package

org.springframework.core.convert.support

Default implementation of the type conversion system.

Classes

ConversionServiceFactory A factory for common ConversionService configurations. 
ConvertingPropertyEditorAdapter Adapter that exposes a java.beans.PropertyEditor for any given ConversionService and specific target type. 
DefaultConversionService A specialization of GenericConversionService configured by default with converters appropriate for most applications. 
GenericConversionService Base ConversionService implementation suitable for use in most environments. 
PropertyTypeDescriptor TypeDescriptor extension that exposes additional annotations as conversion metadata: namely, annotations on other accessor methods (getter/setter) and on the underlying field, if found.