public class Adapter2 extends XmlAdapter<String,OffsetDateTime>
| Constructor and Description |
|---|
Adapter2() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(OffsetDateTime value) |
OffsetDateTime |
unmarshal(String value) |
public OffsetDateTime unmarshal(String value)
unmarshal in class XmlAdapter<String,OffsetDateTime>public String marshal(OffsetDateTime value)
marshal in class XmlAdapter<String,OffsetDateTime>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.