net.sf.ezmorph.object
public final class BigIntegerMorpher extends AbstractObjectMorpher
| Constructor Summary | |
|---|---|
| BigIntegerMorpher() | |
| BigIntegerMorpher(BigInteger defaultValue) | |
| Method Summary | |
|---|---|
| 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) |
| Class | morphsTo() |
Parameters: defaultValue return value if the value to be morphed is null