public interface ObjectMorpher extends Morpher
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
morph(java.lang.Object value)
Morphs the input object into an output object of the supported type.
|
java.lang.Object morph(java.lang.Object value)
value - The input value to be morphedMorphException - if conversion cannot be performed successfully