Spring for Android

Package org.springframework.core.convert.support

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.
 


Spring for Android