See: Description
Interface | Description |
---|---|
ConfigurableConversionService |
Configuration interface to be implemented by most if not all
ConversionService
types. |
Class | Description |
---|---|
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. |