Uses of Class
org.eclipse.persistence.jaxb.JAXBContext
Packages that use JAXBContext
Package
Description
-
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(jakarta.xml.bind.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, jakarta.xml.bind.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.