Uses of Class
org.eclipse.persistence.jaxb.JAXBContext
Package
Description
-
Uses of JAXBContext in org.eclipse.persistence.internal.jaxb.json.schema
-
Uses of JAXBContext in org.eclipse.persistence.jaxb
Modifier and TypeMethodDescriptionJAXBMarshaller.getJaxbContext()
JAXBUnmarshaller.getJaxbContext()
static JAXBContext
JAXBHelper.getJAXBContext
(JAXBContext jaxbContext) Return the EclipseLink implementation of JAXBContext.Modifier and TypeMethodDescriptionJAXBContext.JAXBContextState.createBinder
(JAXBContext context) JAXBContext.JAXBContextState.createMarshaller
(JAXBContext jaxbContext) JAXBContext.JAXBContextState.createUnmarshaller
(JAXBContext jaxbContext) ModifierConstructorDescriptionJAXBBinder
(JAXBContext xmlContext, XMLMarshaller marshaller, XMLUnmarshaller unmarshaller) JAXBMarshaller
(XMLMarshaller newXMLMarshaller, JAXBContext jaxbContext) This constructor initializes various settings on the XML marshaller.JAXBMarshalListener
(JAXBContext context, Marshaller marshaller) JAXBUnmarshaller
(XMLUnmarshaller newXMLUnmarshaller, JAXBContext jaxbContext) -
Uses of JAXBContext in org.eclipse.persistence.jaxb.compiler
Modifier and TypeMethodDescriptionstatic JAXBContext
CompilerHelper.getXmlBindingsModelContext()
The method will load the eclipselink metadata model and return the corresponding JAXBContext -
Uses of JAXBContext in org.eclipse.persistence.jaxb.dynamic
Modifier and TypeClassDescriptionclass
A specializedJAXBContext
for marshalling and unmarshallingDynamicEntities
. -
Uses of JAXBContext in org.eclipse.persistence.jpa.rs
Modifier and TypeFieldDescriptionprotected JAXBContext
PersistenceContext.jaxbContext
The JAXBConext used to produce JSON or XMLModifier and TypeMethodDescriptionprotected JAXBContext
PersistenceContext.createDynamicJAXBContext
(Session session) Create a JAXBContext based on the EntityManagerFactory for this PersistenceContext.PersistenceContext.getJAXBContext()
Gets the jAXB context.