Uses of Class
org.eclipse.persistence.jaxb.JAXBContext
Packages that use JAXBContext
Package
Description
-
Uses of JAXBContext in org.eclipse.persistence.internal.jaxb.json.schema
Constructors in org.eclipse.persistence.internal.jaxb.json.schema with parameters of type JAXBContext -
Uses of JAXBContext in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb that return JAXBContextModifier and TypeMethodDescriptionJAXBMarshaller.getJaxbContext()JAXBUnmarshaller.getJaxbContext()static JAXBContextJAXBHelper.getJAXBContext(JAXBContext jaxbContext) Return the EclipseLink implementation of JAXBContext.Methods in org.eclipse.persistence.jaxb with parameters of type JAXBContextModifier and TypeMethodDescriptionJAXBContext.JAXBContextState.createBinder(JAXBContext context) JAXBContext.JAXBContextState.createMarshaller(JAXBContext jaxbContext) JAXBContext.JAXBContextState.createUnmarshaller(JAXBContext jaxbContext) Constructors in org.eclipse.persistence.jaxb with parameters of type JAXBContextModifierConstructorDescriptionJAXBBinder(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
Methods in org.eclipse.persistence.jaxb.compiler that return JAXBContextModifier and TypeMethodDescriptionstatic JAXBContextCompilerHelper.getXmlBindingsModelContext()The method will load the eclipselink metadata model and return the corresponding JAXBContext -
Uses of JAXBContext in org.eclipse.persistence.jaxb.dynamic
Subclasses of JAXBContext in org.eclipse.persistence.jaxb.dynamicModifier and TypeClassDescriptionclassA specializedJAXBContextfor marshalling and unmarshallingDynamicEntities. -
Uses of JAXBContext in org.eclipse.persistence.jpa.rs
Fields in org.eclipse.persistence.jpa.rs declared as JAXBContextModifier and TypeFieldDescriptionprotected JAXBContextPersistenceContext.jaxbContextThe JAXBConext used to produce JSON or XMLMethods in org.eclipse.persistence.jpa.rs that return JAXBContextModifier and TypeMethodDescriptionprotected JAXBContextPersistenceContext.createDynamicJAXBContext(Session session) Create a JAXBContext based on the EntityManagerFactory for this PersistenceContext.PersistenceContext.getJAXBContext()Gets the jAXB context.