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