| Package | Description |
|---|---|
| org.bremersee.xml |
| Modifier and Type | Method and Description |
|---|---|
JaxbContextBuilder |
JaxbContextBuilder.add(JaxbContextData data)
Add jaxb context meta data to the jaxb context builder.
|
default JaxbContextBuilder |
JaxbContextBuilder.add(String contextPath)
Add the given context path (package names which are separated by colon) to the jaxb context
builder.
|
default JaxbContextBuilder |
JaxbContextBuilder.addAll(Iterable<? extends JaxbContextData> data)
Add all jaxb context meta data to the jaxb context builder.
|
default JaxbContextBuilder |
JaxbContextBuilder.addAll(Iterator<? extends JaxbContextData> data)
Add all jaxb context meta data to the jaxb context builder.
|
static JaxbContextBuilder |
JaxbContextBuilder.builder()
Creates a new jaxb context builder.
|
JaxbContextBuilder |
JaxbContextBuilder.copy()
Copy jaxb context builder.
|
JaxbContextBuilder |
JaxbContextBuilder.initJaxbContext()
Inits default jaxb context.
|
default JaxbContextBuilder |
JaxbContextBuilder.process(JaxbContextDataProvider dataProvider)
Process the jaxb context meta data provider and add it's data to the jaxb context builder.
|
default JaxbContextBuilder |
JaxbContextBuilder.processAll(Iterable<? extends JaxbContextDataProvider> dataProviders)
Process the jaxb context meta data providers and add their data to the jaxb context builder.
|
default JaxbContextBuilder |
JaxbContextBuilder.processAll(Iterator<? extends JaxbContextDataProvider> dataProviders)
Process the jaxb context meta data providers and add their data to the jaxb context builder.
|
JaxbContextBuilder |
JaxbContextBuilder.withAttachmentMarshaller(AttachmentMarshaller attachmentMarshaller)
Set attachment marshaller.
|
JaxbContextBuilder |
JaxbContextBuilder.withAttachmentUnmarshaller(AttachmentUnmarshaller attachmentUnmarshaller)
Set attachment unmarshaller.
|
JaxbContextBuilder |
JaxbContextBuilder.withCanMarshal(BiFunction<Class<?>,Map<String,JaxbContextData>,Boolean> function)
Sets a function of the builder to determine whether the builder is responsible for the given
class.
|
JaxbContextBuilder |
JaxbContextBuilder.withCanUnmarshal(BiFunction<Class<?>,Map<String,JaxbContextData>,Boolean> function)
Sets a function of the builder to determine whether the builder is responsible for the given
class.
|
JaxbContextBuilder |
JaxbContextBuilder.withContextClassLoader(ClassLoader classLoader)
Specifies the class loader to use.
|
JaxbContextBuilder |
JaxbContextBuilder.withDependenciesResolver(JaxbDependenciesResolver resolver)
Specifies the dependencies resolver to use.
|
JaxbContextBuilder |
JaxbContextBuilder.withFormattedOutput(boolean formattedOutput)
Specify whether the xml output should be formatted or not.
|
JaxbContextBuilder |
JaxbContextBuilder.withSchemaBuilder(SchemaBuilder schemaBuilder)
Specifies the schema builder to generate the schema.
|
JaxbContextBuilder |
JaxbContextBuilder.withSchemaMode(SchemaMode schemaMode)
Specifies whether to add a schema to the marshaller or unmarshaller.
|
JaxbContextBuilder |
JaxbContextBuilder.withValidationEventHandler(ValidationEventHandler validationEventHandler)
Set validation event handler of marshaller and unmarshaller.
|
JaxbContextBuilder |
JaxbContextBuilder.withXmlAdapters(Collection<? extends XmlAdapter<?,?>> xmlAdapters)
Sets xml adapters of marshaller and unmarshaller.
|
Copyright © 2020 bremersee.org. All rights reserved.