public class FieldAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<XmlField,Field<?>>
Creates Field objects.
- Version:
- $Id$
- Autor:
- Thomas Vandahl
-
Konstruktorübersicht
Konstruktoren
-
Methodenübersicht
Creates a Field object appropriate for the type specified
in the xml file.
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Konstruktordetails
-
FieldAdapter
public FieldAdapter()
-
Methodendetails
-
unmarshal
Creates a Field object appropriate for the type specified
in the xml file.
- Angegeben von:
unmarshal
in Klasse jakarta.xml.bind.annotation.adapters.XmlAdapter<XmlField,Field<?>>
- Löst aus:
Exception
- Siehe auch:
-
-
ungültiges @see
javax.xml.bind.annotation.adapters.XmlAdapter#unmarshal(java.lang.Object)
-
marshal
- Angegeben von:
marshal
in Klasse jakarta.xml.bind.annotation.adapters.XmlAdapter<XmlField,Field<?>>
- Löst aus:
Exception
- Siehe auch:
-
-
ungültiges @see
javax.xml.bind.annotation.adapters.XmlAdapter#marshal(java.lang.Object)