public class YearMonthStringConverter extends Object implements org.datanucleus.store.types.converters.TypeConverter<java.time.YearMonth,String>
| Constructor and Description |
|---|
YearMonthStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
toDatastoreType(java.time.YearMonth ym) |
java.time.YearMonth |
toMemberType(String str) |
Copyright © 2016. All rights reserved.