Class Adapter<TypeT,ClassDeclT>

java.lang.Object
org.glassfish.jaxb.core.v2.model.core.Adapter<TypeT,ClassDeclT>

public class Adapter<TypeT,ClassDeclT> extends Object
Adapter that wraps XmlJavaTypeAdapter.
Author:
Kohsuke Kawaguchi
  • Field Details

    • adapterType

      public final ClassDeclT adapterType
      The adapter class. Always non-null. A class that derives from XmlAdapter.
    • defaultType

      public final TypeT defaultType
      The type that the JAXB can handle natively. The Default parameter of XmlAdapter<Default,Custom>. Always non-null.
    • customType

      public final TypeT customType
      The type that is stored in memory. The Custom parameter of XmlAdapter<Default,Custom>.
  • Constructor Details