public interface ConversionExecutor
Modifier and Type | Method and Description |
---|---|
Object |
execute(Object source)
Execute the conversion for the provided source object.
|
Class |
getSourceClass()
Returns the source class of conversions performed by this executor.
|
Class |
getTargetClass()
Returns the target class of conversions performed by this executor.
|
Class getSourceClass()
Class getTargetClass()
Object execute(Object source) throws ConversionExecutionException
source
- the source object to convertConversionExecutionException