Package org.faktorips.runtime.jaxb
Class MonthDayAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,MonthDay>
org.faktorips.runtime.jaxb.MonthDayAdapter
- All Implemented Interfaces:
IIpsMonthDayAdapter
,IIpsXmlAdapter<String,
MonthDay>
@Deprecated
public class MonthDayAdapter
extends 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:IIpsXmlAdapter
Convert a value type to a bound type.- Specified by:
unmarshal
in interfaceIIpsMonthDayAdapter
- Specified by:
unmarshal
in interfaceIIpsXmlAdapter<String,
MonthDay> - Specified by:
unmarshal
in classXmlAdapter<String,
MonthDay> - Parameters:
v
- The value to be converted. Can be null.
-
marshal
Deprecated.Description copied from interface:IIpsXmlAdapter
Convert a bound type to a value type.- Specified by:
marshal
in interfaceIIpsMonthDayAdapter
- Specified by:
marshal
in interfaceIIpsXmlAdapter<String,
MonthDay> - Specified by:
marshal
in classXmlAdapter<String,
MonthDay> - Parameters:
v
- The value to be converted. Can be null.
-
org.faktorips.runtime.xml.javax.MonthDayAdapter
ororg.faktorips.runtime.xml.jakarta.MonthDayAdapter
instead