Morpher, ObjectMorpherpublic final class CharArrayMorpher extends AbstractArrayMorpher
| Constructor | Description |
|---|---|
CharArrayMorpher() |
|
CharArrayMorpher(char defaultValue) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
char |
getDefaultValue() |
Returns the default value for this Morpher.
|
int |
hashCode() |
|
Object |
morph(Object array) |
Morphs the input object into an output object of the supported type.
|
Class |
morphsTo() |
Returns the target Class for conversion.
|
createDimensions, getDimensions, isUseDefault, setUseDefault, supportspublic CharArrayMorpher()
public CharArrayMorpher(char defaultValue)
defaultValue - return value if the value to be morphed is nullpublic char getDefaultValue()
public Object morph(Object array)
ObjectMorpherarray - The input value to be morphedCopyright © 2006–2019. All rights reserved.