public class BitSetStringConverter extends Object implements TypeConverter<BitSet,String>
| Constructor and Description |
|---|
BitSetStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
toDatastoreType(BitSet set)
Method to convert the passed member value to the datastore type.
|
BitSet |
toMemberType(String str)
Method to convert the passed datastore value to the member type.
|
public BitSet toMemberType(String str)
TypeConvertertoMemberType in interface TypeConverter<BitSet,String>str - Value from the datastorepublic String toDatastoreType(BitSet set)
TypeConvertertoDatastoreType in interface TypeConverter<BitSet,String>set - Value from the memberCopyright © 2020. All rights reserved.