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.
|
| 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.