public class Adapter1 extends XmlAdapter<String,org.joda.time.DateTime>
| Constructor and Description |
|---|
Adapter1() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(org.joda.time.DateTime value) |
org.joda.time.DateTime |
unmarshal(String value) |
public org.joda.time.DateTime unmarshal(String value)
unmarshal in class XmlAdapter<String,org.joda.time.DateTime>public String marshal(org.joda.time.DateTime value)
marshal in class XmlAdapter<String,org.joda.time.DateTime>Copyright © 2023 Jasig. All rights reserved.