| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jaxb.json.schema | |
| org.eclipse.persistence.jaxb | |
| org.eclipse.persistence.jaxb.compiler | |
| org.eclipse.persistence.jaxb.dynamic |
| Constructor and Description |
|---|
JsonSchemaGenerator(JAXBContext jaxbContext,
Map properties) |
| Modifier and Type | Method and Description |
|---|---|
JAXBContext |
JAXBUnmarshaller.getJaxbContext() |
JAXBContext |
JAXBMarshaller.getJaxbContext() |
static JAXBContext |
JAXBHelper.getJAXBContext(jakarta.xml.bind.JAXBContext jaxbContext)
Return the EclipseLink implementation of JAXBContext.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBBinder |
JAXBContext.JAXBContextState.createBinder(JAXBContext context) |
JAXBMarshaller |
JAXBContext.JAXBContextState.createMarshaller(JAXBContext jaxbContext) |
JAXBUnmarshaller |
JAXBContext.JAXBContextState.createUnmarshaller(JAXBContext jaxbContext) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
static JAXBContext |
CompilerHelper.getXmlBindingsModelContext()
The method will load the eclipselink metadata model and return the
corresponding JAXBContext
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicJAXBContext
A specialized
JAXBContext for marshalling and unmarshalling DynamicEntities. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.