public class BigIntegerArrayByteBufferConverter extends Object implements TypeConverter<BigInteger[],ByteBuffer>
| Constructor and Description |
|---|
BigIntegerArrayByteBufferConverter() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
toDatastoreType(BigInteger[] memberValue)
Method to convert the passed member value to the datastore type.
|
BigInteger[] |
toMemberType(ByteBuffer datastoreValue)
Method to convert the passed datastore value to the member type.
|
public ByteBuffer toDatastoreType(BigInteger[] memberValue)
TypeConvertertoDatastoreType in interface TypeConverter<BigInteger[],ByteBuffer>memberValue - Value from the memberpublic BigInteger[] toMemberType(ByteBuffer datastoreValue)
TypeConvertertoMemberType in interface TypeConverter<BigInteger[],ByteBuffer>datastoreValue - Value from the datastoreCopyright © 2020. All rights reserved.