|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConversionExecutor
A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output. Encapsulates knowledge about how to convert source objects to a specific target type using a specific converter.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Class getSourceClass()
Class getTargetClass()
Object execute(Object source)
throws ConversionExecutionException
source - the source object to convert
ConversionExecutionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||