-
public final class AnyTypeAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<Object,Object>
XmlAdapteruseful 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 Constructor Description AnyTypeAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectmarshal(Object v)Noop.Objectunmarshal(Object v)Noop.
-