Java javax.xml.bind JAXBIntrospector fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.bind JAXBIntrospector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.bind JAXBIntrospector.

The text is from its open source code.

Method

QNamegetElementName(Object jaxbElement)

Get xml element qname for jaxbElement.

ObjectgetValue(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.