Example usage for Java javax.xml.bind JAXBIntrospector fields, constructors, methods, implement or subclass
The text is from its open source code.
QName | getElementName(Object jaxbElement) Get xml element qname for |
Object | getValue(Object jaxbElement) Get the element value of a JAXB element. Convenience method to abstract whether working with either a javax.xml.bind.JAXBElement instance or an instance of @XmlRootElement annotated Java class. |