Package org.springframework.core.convert.support

Default implementation of the type conversion system.

See:
          Description

Interface Summary
ConfigurableConversionService Configuration interface to be implemented by most if not all ConversionService types.
 

Class Summary
ConversionServiceFactory A factory for common ConversionService configurations.
ConvertingPropertyEditorAdapter Adapter that exposes a PropertyEditor for any given ConversionService and specific target type.
DefaultConversionService A specialization of GenericConversionService configured by default with converters appropriate for most environments.
GenericConversionService Base ConversionService implementation suitable for use in most environments.
 

Package org.springframework.core.convert.support Description

Default implementation of the type conversion system.