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