| Package | Description |
|---|---|
| org.xmlunit.builder |
Provides fluent builders for core parts of XMLUnit.
|
| org.xmlunit.builder.javax_jaxb |
This package contains the JAXB builder using the
javax.xml.bind package. |
| Modifier and Type | Method and Description |
|---|---|
JaxbBuilder |
JaxbBuilderFactory.create(Object object)
Create a concrete instance of a JaxbBuilder.
|
static JaxbBuilder |
Input.fromJaxb(Object jaxbObject)
Build a Source from a Jaxb-Object.
|
JaxbBuilder |
JaxbBuilder.useObjectFactory()
Whether the given Object has no
XmlRootElement annotation and is not an instants of JAXBElement it
must be wrapped by a JAXBElement. |
JaxbBuilder |
JaxbBuilder.withMarshaller(Object marshaller)
Sets a non-default
Marshaller to use when creating the Source. |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaxJaxbBuilder
JaxbBuilder for Jaxb-Object and creating a JAXBSource. |
| Modifier and Type | Method and Description |
|---|---|
JaxbBuilder |
DefaultJaxbBuilderFactory.create(Object object) |
Copyright © 2001–2025 XMLUnit. All rights reserved.