Class CharArrayMorpher
java.lang.Object
net.sf.ezmorph.array.AbstractArrayMorpher
net.sf.ezmorph.array.CharArrayMorpher
- All Implemented Interfaces:
Morpher, ObjectMorpher
Morphs an array to a char[].
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractArrayMorpher
createDimensions, getDimensions, isUseDefault, setUseDefault, supports
-
Field Details
-
CHAR_ARRAY_CLASS
-
defaultValue
private char defaultValue
-
-
Constructor Details
-
CharArrayMorpher
public CharArrayMorpher() -
CharArrayMorpher
public CharArrayMorpher(char defaultValue) - Parameters:
defaultValue- return value if the value to be morphed is null
-
-
Method Details
-
equals
-
getDefaultValue
public char getDefaultValue()Returns the default value for this Morpher. -
hashCode
-
morph
Description copied from interface:ObjectMorpherMorphs the input object into an output object of the supported type.- Parameters:
array- The input value to be morphed
-
morphsTo
-