public class XSDateAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,org.joda.time.LocalDate>
| Constructor and Description |
|---|
XSDateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
marshal(org.joda.time.LocalDate value) |
org.joda.time.LocalDate |
unmarshal(java.lang.String value) |
public org.joda.time.LocalDate unmarshal(java.lang.String value)
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 value)
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,org.joda.time.LocalDate>Copyright © 2016 Digipost. All Rights Reserved.