Morpher
, ObjectMorpher
public final class LongArrayMorpher extends AbstractArrayMorpher
Constructor | Description |
---|---|
LongArrayMorpher() |
|
LongArrayMorpher(long defaultValue) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
|
long |
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, supports
public LongArrayMorpher()
public LongArrayMorpher(long defaultValue)
defaultValue
- return value if the value to be morphed is nullpublic long getDefaultValue()
public Object morph(Object array)
ObjectMorpher
array
- The input value to be morphedCopyright © 2006–2019. All rights reserved.