public class JAXBIntrospector extends 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
,
org.eclipse.persistence.jaxb.JAXB20Context
Constructor and Description |
---|
JAXBIntrospector(XMLContext context) |
Modifier and Type | Method and Description |
---|---|
QName |
getElementName(Object obj) |
boolean |
isElement(Object obj) |
getValue
public JAXBIntrospector(XMLContext context)
public boolean isElement(Object obj)
isElement
in class JAXBIntrospector
public QName getElementName(Object obj)
getElementName
in class JAXBIntrospector
EclipseLink 2.3.2, "build v20111125-r10461" API Reference