Class Adapter<TypeT,​ClassDeclT>

  • Direct Known Subclasses:
    CAdapter

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

      • 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>.