Uses of Class
org.eclipse.persistence.jaxb.JAXBContext
-
Packages that use JAXBContext Package Description org.eclipse.persistence.internal.jaxb.json.schema org.eclipse.persistence.jaxb org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.dynamic -
-
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 Constructor Description JsonSchemaGenerator(JAXBContext jaxbContext, Map properties) -
Uses of JAXBContext in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb that return JAXBContext Modifier and Type Method Description JAXBContextJAXBMarshaller. getJaxbContext()JAXBContextJAXBUnmarshaller. 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 JAXBContext Modifier and Type Method Description JAXBBinderJAXBContext.JAXBContextState. createBinder(JAXBContext context)JAXBMarshallerJAXBContext.JAXBContextState. createMarshaller(JAXBContext jaxbContext)JAXBUnmarshallerJAXBContext.JAXBContextState. createUnmarshaller(JAXBContext jaxbContext)Constructors in org.eclipse.persistence.jaxb with parameters of type JAXBContext Constructor Description JAXBBinder(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 JAXBContext Modifier and Type Method Description static 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.dynamic Modifier and Type Class Description classDynamicJAXBContextA specializedJAXBContextfor marshalling and unmarshallingDynamicEntities.
-