|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.types.JodaLocalDateStringConverter
public class JodaLocalDateStringConverter
Class to handle the conversion between org.joda.time.LocalDate and a String form. The string form is ISO8601 format ("yyyy-MM-dd").
| Field Summary |
|---|
| Fields inherited from interface org.datanucleus.store.types.ObjectStringConverter |
|---|
LOCALISER |
| Constructor Summary | |
|---|---|
JodaLocalDateStringConverter()
|
|
| Method Summary | |
|---|---|
org.joda.time.LocalDate |
toObject(java.lang.String str)
|
java.lang.String |
toString(org.joda.time.LocalDate ld)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JodaLocalDateStringConverter()
| Method Detail |
|---|
public org.joda.time.LocalDate toObject(java.lang.String str)
toObject in interface org.datanucleus.store.types.ObjectStringConverter<org.joda.time.LocalDate>public java.lang.String toString(org.joda.time.LocalDate ld)
toString in interface org.datanucleus.store.types.ObjectStringConverter<org.joda.time.LocalDate>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||