public final class LocalDateAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,org.joda.time.LocalDate>
Constructor and Description |
---|
LocalDateAdapter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
marshal(org.joda.time.LocalDate v) |
org.joda.time.LocalDate |
unmarshal(java.lang.String v) |
public org.joda.time.LocalDate unmarshal(java.lang.String v)
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,org.joda.time.LocalDate>
public java.lang.String marshal(org.joda.time.LocalDate v)
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,org.joda.time.LocalDate>