Package org.glassfish.jaxb.runtime
Class AnyTypeAdapter
java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<Object,Object>
org.glassfish.jaxb.runtime.AnyTypeAdapter
XmlAdapter useful for mapping interfaces.
See The JAXB user's guide
for more about this adapter class.- Since:
- JAXB 2.1
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnyTypeAdapter
public AnyTypeAdapter()Default constructor.
-
-
Method Details
-
unmarshal
Noop. Just returns the object given as the argument.- Specified by:
unmarshalin classXmlAdapter<Object,Object>
-
marshal
Noop. Just returns the object given as the argument.- Specified by:
marshalin classXmlAdapter<Object,Object>
-