See: Description
| Class | Description |
|---|---|
| DefaultConversionService |
Default, local implementation of a conversion service.
|
| GenericConversionService |
Base implementation of a conversion service.
|
| RuntimeBindingConversionExecutor |
A conversion executor that doesn't resolve its converter until its time to perform a conversion.
|
| SpringBindingConverterAdapter |
A Spring Converter that makes it possible for a Spring Binding Converter to be registered with a Spring
ConversionService. |
| StaticConversionExecutor |
A command object that is parameterized with the information necessary to perform a conversion of a source input to a
target output.
|
Contains the implementation of the type ConversionService.