类 Binding<T>

  • 所有已实现的接口:
    Serializable

    public class Binding<T>
    extends Object
    implements Serializable
    Represents a JAXB binding, as well as keeping information about the origin of the processed XML
    作者:
    Steve Ebersole, Hardy Ferentschik
    另请参阅:
    序列化表格
    • 构造器详细资料

      • Binding

        public Binding​(T root,
                       Origin origin)
    • 方法详细资料

      • getRoot

        public T getRoot()
        Obtain the root JAXB bound object
        返回:
        The JAXB root object
      • getOrigin

        public Origin getOrigin()
        Obtain the metadata about the document's origin
        返回:
        The origin