public class JAXBIntrospector
extends jakarta.xml.bind.JAXBIntrospector
Purpose:Provide a TopLink implementation of JAXBIntrospector
Responsibilities:
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.
JAXBIntrospector
,
JAXBContext
Constructor and Description |
---|
JAXBIntrospector(XMLContext context) |
Modifier and Type | Method and Description |
---|---|
QName |
getElementName(Object obj) |
boolean |
isElement(Object obj) |
public JAXBIntrospector(XMLContext context)
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.