public final class BigDecimalMorpher extends AbstractObjectMorpher
| Constructor and Description |
|---|
BigDecimalMorpher() |
BigDecimalMorpher(BigDecimal defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigDecimal |
getDefaultValue()
Returns the default value for this Morpher.
|
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.
|
isUseDefault, setUseDefault, supportspublic BigDecimalMorpher()
public BigDecimalMorpher(BigDecimal defaultValue)
defaultValue - return value if the value to be morphed is nullpublic BigDecimal getDefaultValue()
public Object morph(Object value)
ObjectMorphervalue - The input value to be morphedCopyright © 2006–2024. All rights reserved.