Package org.faktorips.runtime.jaxb
Class MonthDayAdapter
- All Implemented Interfaces:
IIpsMonthDayAdapter,IIpsXmlAdapter<String,MonthDay>
@Deprecated
public class MonthDayAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,MonthDay>
implements IIpsMonthDayAdapter
Deprecated.
XmlAdapter for MonthDay. The adapter can be used for individual
elements/attributes or registered in package-info.java:
@javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters({
@javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter(value = org.faktorips.runtime.jaxb.MonthDayAdapter.class),
...
})
package com.acme.foo;
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MonthDayAdapter
public MonthDayAdapter()Deprecated.
-
-
Method Details
-
unmarshal
Deprecated.Description copied from interface:IIpsXmlAdapterConvert a value type to a bound type.- Specified by:
unmarshalin interfaceIIpsMonthDayAdapter- Specified by:
unmarshalin interfaceIIpsXmlAdapter<String,MonthDay> - Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<String,MonthDay> - Parameters:
v- The value to be converted. Can be null.
-
marshal
Deprecated.Description copied from interface:IIpsXmlAdapterConvert a bound type to a value type.- Specified by:
marshalin interfaceIIpsMonthDayAdapter- Specified by:
marshalin interfaceIIpsXmlAdapter<String,MonthDay> - Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<String,MonthDay> - Parameters:
v- The value to be converted. Can be null.
-
org.faktorips.runtime.xml.javax.MonthDayAdapterororg.faktorips.runtime.xml.jakarta.MonthDayAdapterinstead