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