Morpher, ObjectMorpherpublic final class StringMorpher extends Object implements ObjectMorpher
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
static StringMorpher |
getInstance() |
Returns the singleton instance
|
int |
hashCode() |
|
Object |
morph(Object value) |
Morphs the input object into an output object of the supported type.
|
Class |
morphsTo() |
Returns the target Class for conversion.
|
boolean |
supports(Class clazz) |
Returns true if the Morpher supports conversion from this Class.
|
public static StringMorpher getInstance()
public Object morph(Object value)
ObjectMorphermorph in interface ObjectMorphervalue - The input value to be morphedpublic Class morphsTo()
MorpherCopyright © 2006–2019. All rights reserved.