Klasse FieldAdapter

java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<XmlField,Field<?>>
org.apache.fulcrum.intake.model.FieldAdapter

public class FieldAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<XmlField,Field<?>>
Creates Field objects.
Version:
$Id$
Autor:
Thomas Vandahl
  • Konstruktordetails

    • FieldAdapter

      public FieldAdapter()
  • Methodendetails

    • unmarshal

      public Field<?> unmarshal(XmlField xmlField) throws Exception
      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

      public XmlField marshal(Field<?> field) throws Exception
      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)