java.lang.Object
jakarta.xml.bind.JAXBIntrospector
org.eclipse.persistence.jaxb.JAXBIntrospector
INTERNAL
Purpose:Provide a TopLink implementation of JAXBIntrospector
Responsibilities:
- Determine if a an object has an associated Global Element
- Get an element QName for an object that has an associated global element
This class is the TopLink implementation of JAXBIntrospector. An Introspector is created by a JAXBContext and allows the user to access certain pieces of meta-data about an instance of a JAXB bound class.
- Since:
- Oracle TopLink 11.1.1.0.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.xml.bind.JAXBIntrospector
getValue
-
Constructor Details
-
JAXBIntrospector
-
-
Method Details
-
isElement
- Specified by:
isElement
in classJAXBIntrospector
-
getElementName
- Specified by:
getElementName
in classJAXBIntrospector
-