-
JaxbContextBuilder.add(org.bremersee.xml.JaxbContextMember data)
Add jaxb context meta-data to the jaxb context builder.
JaxbContextBuilder.addAll(Iterable<? extends org.bremersee.xml.JaxbContextMember> data)
Add all jaxb context meta-data to the jaxb context builder.
JaxbContextBuilder.addAll(Iterator<? extends org.bremersee.xml.JaxbContextMember> data)
Add all jaxb context meta-data to the jaxb context builder.
JaxbContextBuilder.copy()
Copy jaxb context builder.
Inits default jaxb context.
Creates a new jaxb context builder.
JaxbContextBuilder.process(org.bremersee.xml.JaxbContextDataProvider dataProvider)
Process the jaxb context meta-data provider and add its data to the jaxb context builder.
JaxbContextBuilder.processAll(Iterable<? extends org.bremersee.xml.JaxbContextDataProvider> dataProviders)
Process the jaxb context meta-data providers and add their data to the jaxb context builder.
JaxbContextBuilder.processAll(Iterator<? extends org.bremersee.xml.JaxbContextDataProvider> dataProviders)
Process the jaxb context meta-data providers and add their data to the jaxb context builder.
Set attachment marshaller.
Set attachment unmarshaller.
Specifies the class loader to use.
Specifies the dependencies-resolver to use.
Specify whether the xml output should be formatted or not.
Specifies the schema builder to generate the schema.
Specifies whether to add a schema to the marshaller or unmarshaller.
Set validation event handler of marshaller and unmarshaller.
Sets xml adapters of marshaller and unmarshaller.