public class BigIntegerInstantiator extends AbstractInstantiator<java.math.BigInteger>
| Constructor and Description |
|---|
BigIntegerInstantiator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getOrderedFieldNames() |
java.math.BigInteger |
newInstance() |
addReferer, resolveclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic java.util.List<java.lang.String> getOrderedFieldNames()
getOrderedFieldNames in class AbstractInstantiator<java.math.BigInteger>public java.math.BigInteger newInstance()
newInstance in class AbstractInstantiator<java.math.BigInteger>