public class BigIntegerAccessor extends Object implements PropertyAccessor<BigInteger>
| Constructor and Description |
|---|
BigIntegerAccessor() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
fromBytes(Class targetClass,
byte[] b)
From bytes.
|
BigInteger |
fromString(Class targetClass,
String s)
Converts string representation to the data object whose type is T.
|
BigInteger |
getCopy(Object object)
Gets copy of object
|
BigInteger |
getInstance(Class<?> clazz) |
byte[] |
toBytes(Object object)
To bytes.
|
String |
toString(Object object)
Converts Object to String.
|
public BigInteger fromBytes(Class targetClass, byte[] b)
PropertyAccessorfromBytes in interface PropertyAccessor<BigInteger>b - the bpublic byte[] toBytes(Object object)
PropertyAccessortoBytes in interface PropertyAccessor<BigInteger>object - the objectpublic String toString(Object object)
PropertyAccessortoString in interface PropertyAccessor<BigInteger>object - the objectpublic BigInteger fromString(Class targetClass, String s)
PropertyAccessorfromString in interface PropertyAccessor<BigInteger>s - the spublic BigInteger getCopy(Object object)
PropertyAccessorgetCopy in interface PropertyAccessor<BigInteger>public BigInteger getInstance(Class<?> clazz)
getInstance in interface PropertyAccessor<BigInteger>Copyright © 2015. All Rights Reserved.