public final class BigIntegerMorpher extends AbstractObjectMorpher
| Constructor and Description |
|---|
BigIntegerMorpher() |
BigIntegerMorpher(BigInteger defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigInteger |
getDefaultValue()
Returns the default value for this Morpher.
|
protected String |
getIntegerValue(Object obj)
Trims the String from the begining to the first "."
|
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 BigIntegerMorpher()
public BigIntegerMorpher(BigInteger defaultValue)
defaultValue - return value if the value to be morphed is nullpublic BigInteger getDefaultValue()
public Object morph(Object value)
ObjectMorphervalue - The input value to be morphedpublic Class morphsTo()
MorpherCopyright © 2006–2024. All rights reserved.