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