public interface ObjectMorpher extends Morpher
Modifier and Type | Method and Description |
---|---|
Object |
morph(Object value)
Morphs the input object into an output object of the supported type.
|
Object morph(Object value)
value
- The input value to be morphedMorphException
- if conversion cannot be performed successfullyCopyright © 2006–2021. All rights reserved.