Package org.faktorips.runtime.jaxb
Class MonthAdapter
- All Implemented Interfaces:
IIpsMonthAdapter,IIpsXmlAdapter<Integer,Month>
@Deprecated
public class MonthAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<Integer,Month>
implements IIpsMonthAdapter
Deprecated.
XmlAdapter for Month. 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.MonthAdapter.class),
...
})
package com.acme.foo;
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MonthAdapter
public MonthAdapter()Deprecated.
-
-
Method Details
-
unmarshal
Deprecated.Description copied from interface:IIpsXmlAdapterConvert a value type to a bound type.- Specified by:
unmarshalin interfaceIIpsMonthAdapter- Specified by:
unmarshalin interfaceIIpsXmlAdapter<Integer,Month> - Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<Integer,Month> - Parameters:
i- 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 interfaceIIpsMonthAdapter- Specified by:
marshalin interfaceIIpsXmlAdapter<Integer,Month> - Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<Integer,Month> - Parameters:
m- The value to be converted. Can be null.
-
org.faktorips.runtime.xml.javax.MonthAdapterororg.faktorips.runtime.xml.jakarta.MonthAdapterinstead