Package org.springframework.core.convert.support

Default implementation of the type conversion system.

See:
          Description

Class Summary
ConversionServiceFactory A factory for common ConversionService configurations.
ConvertingPropertyEditorAdapter Adapter that exposes a PropertyEditor for any given ConversionService and specific target type.
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.
 

Package org.springframework.core.convert.support Description

Default implementation of the type conversion system.