Package org.faktorips.runtime.jaxb
Class LocalTimeAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,LocalTime>
org.faktorips.runtime.jaxb.LocalTimeAdapter
- All Implemented Interfaces:
IIpsLocalTimeAdapter,IIpsXmlAdapter<String,LocalTime>
@Deprecated
public class LocalTimeAdapter
extends XmlAdapter<String,LocalTime>
implements IIpsLocalTimeAdapter
Deprecated.
XmlAdapter for LocalTime. 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.faktorzehn.runtime.jaxb.LocalTimeAdapter.class),
...
})
package com.acme.foo;
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalTimeAdapter
public LocalTimeAdapter()Deprecated.
-
-
Method Details
-
unmarshal
Deprecated.Description copied from interface:IIpsXmlAdapterConvert a value type to a bound type.- Specified by:
unmarshalin interfaceIIpsLocalTimeAdapter- Specified by:
unmarshalin interfaceIIpsXmlAdapter<String,LocalTime> - Specified by:
unmarshalin classXmlAdapter<String,LocalTime> - Parameters:
s- 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 interfaceIIpsLocalTimeAdapter- Specified by:
marshalin interfaceIIpsXmlAdapter<String,LocalTime> - Specified by:
marshalin classXmlAdapter<String,LocalTime> - Parameters:
t- The value to be converted. Can be null.
-
org.faktorips.runtime.xml.javax.LocalTimeAdapterororg.faktorips.runtime.xml.jakarta.LocalTimeAdapterinstead