Package org.hibernate.boot.jaxb.spi
Class Binding<T>
- java.lang.Object
-
- org.hibernate.boot.jaxb.spi.Binding<T>
-
- All Implemented Interfaces:
java.io.Serializable
public class Binding<T> extends java.lang.Object implements java.io.Serializable
Represents a JAXB binding, as well as keeping information about the origin of the processed XML- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Origin
getOrigin()
Obtain the metadata about the document's originT
getRoot()
Obtain the root JAXB bound object
-