See: Description
Interface | Description |
---|---|
ConversionExecutor |
A command object that is parameterized with the information necessary to perform a conversion of a source input to a
target output.
|
ConversionService |
A service interface for retrieving type conversion executors.
|
Exception | Description |
---|---|
ConversionException |
Base class for exceptions thrown by the convert system.
|
ConversionExecutionException |
Thrown when an attempt to execute a type conversion fails.
|
ConversionExecutorNotFoundException |
Thrown when a conversion executor could not be found in a conversion service.
|