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