public class FieldAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<XmlField,Field<?>>
Creates Field objects.
- Version:
- $Id$
- Author:
- Thomas Vandahl
-
Constructor Summary
Constructors
-
Method Summary
Creates a Field object appropriate for the type specified
in the xml file.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FieldAdapter
public FieldAdapter()
-
Method Details
-
unmarshal
Creates a Field object appropriate for the type specified
in the xml file.
- Specified by:
unmarshal
in class jakarta.xml.bind.annotation.adapters.XmlAdapter<XmlField,Field<?>>
- Throws:
Exception
- See Also:
-
-
invalid reference
javax.xml.bind.annotation.adapters.XmlAdapter#unmarshal(java.lang.Object)
-
marshal
- Specified by:
marshal
in class jakarta.xml.bind.annotation.adapters.XmlAdapter<XmlField,Field<?>>
- Throws:
Exception
- See Also:
-
-
invalid reference
javax.xml.bind.annotation.adapters.XmlAdapter#marshal(java.lang.Object)