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, supports
public BigDecimalMorpher()
public BigDecimalMorpher(BigDecimal defaultValue)
defaultValue
- return value if the value to be morphed is nullpublic BigDecimal getDefaultValue()
public Object morph(Object value)
ObjectMorpher
value
- The input value to be morphedCopyright © 2006–2021. All rights reserved.