public class YearXmlAdapter extends XmlAdapter<Integer,Year>
XmlAdapter mapping JSR-310 Year to ISO proleptic year number
Year number interpretation details:
XmlAdapter,
Year| Constructor and Description |
|---|
YearXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
marshal(Year year) |
Year |
unmarshal(Integer isoYearInt) |
Copyright © 2015. All rights reserved.