public class PeriodXmlAdapter extends XmlAdapter<String,Period>
XmlAdapter mapping JSR-310 Period to ISO-8601 string
String format details:
XmlAdapter,
Period| Constructor and Description |
|---|
PeriodXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Period value) |
Period |
unmarshal(String stringValue) |
Copyright © 2015. All rights reserved.