public class BigIntegerStringConverter extends Object implements TypeConverter<BigInteger,String>
LOCALISER| Constructor and Description |
|---|
BigIntegerStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
toDatastoreType(BigInteger bi)
Method to convert the passed member value to the datastore type.
|
BigInteger |
toMemberType(String str)
Method to convert the passed datastore value to the member type.
|
public BigInteger toMemberType(String str)
TypeConvertertoMemberType in interface TypeConverter<BigInteger,String>str - Value from the datastorepublic String toDatastoreType(BigInteger bi)
TypeConvertertoDatastoreType in interface TypeConverter<BigInteger,String>bi - Value from the memberCopyright © 2013. All Rights Reserved.