- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.MonthDay>
-
- io.github.threetenjaxb.core.MonthDayXmlAdapter
-
public class MonthDayXmlAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.MonthDay>
XmlAdapter
mapping JSR-310MonthDay
to a string such as --12-03String format details:
MonthDay.parse(java.lang.CharSequence)
MonthDay.toString()
- See Also:
XmlAdapter
,MonthDay
-
-
Constructor Summary
Constructors Constructor Description MonthDayXmlAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
marshal(java.time.MonthDay value)
java.time.MonthDay
unmarshal(java.lang.String stringValue)
-
-
-
Method Detail
-
unmarshal
public java.time.MonthDay unmarshal(java.lang.String stringValue)
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.MonthDay>
-
marshal
public java.lang.String marshal(java.time.MonthDay value)
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.MonthDay>
-
-