Package org.faktorips.runtime.jaxb
Class LocalDateTimeAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,LocalDateTime>
org.faktorips.runtime.jaxb.LocalDateTimeAdapter
- All Implemented Interfaces:
IIpsLocalDateTimeAdapter,IIpsXmlAdapter<String,LocalDateTime>
@Deprecated
public class LocalDateTimeAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,LocalDateTime>
implements IIpsLocalDateTimeAdapter
Deprecated.
XmlAdapter for LocalDateTime. 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.LocalDateTimeAdapter.class),
...
})
package com.acme.foo;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Convert a bound type to a value type.Deprecated.Convert a value type to a bound type.
-
Constructor Details
-
LocalDateTimeAdapter
public LocalDateTimeAdapter()Deprecated.
-
-
Method Details
-
unmarshal
Deprecated.Description copied from interface:IIpsXmlAdapterConvert a value type to a bound type.- Specified by:
unmarshalin interfaceIIpsLocalDateTimeAdapter- Specified by:
unmarshalin interfaceIIpsXmlAdapter<String,LocalDateTime> - Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<String,LocalDateTime> - 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 interfaceIIpsLocalDateTimeAdapter- Specified by:
marshalin interfaceIIpsXmlAdapter<String,LocalDateTime> - Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<String,LocalDateTime> - Parameters:
v- The value to be converted. Can be null.
-
org.faktorips.runtime.xml.javax.LocalDateTimeAdapterororg.faktorips.runtime.xml.jakarta.LocalDateTimeAdapterinstead