Package | Description |
---|---|
org.xmlunit.builder |
Provides fluent builders for core parts of XMLUnit.
|
Modifier and Type | Method and Description |
---|---|
static JaxbBuilder |
Input.fromJaxb(Object jaxbObject)
Build a Source from a Jaxb-Object.
|
JaxbBuilder |
JaxbBuilder.useObjectFactory()
If the given Object has no
XmlRootElement annotation and is not an instants of JAXBElement it
must be wrapped by a JAXBElement . |
JaxbBuilder |
JaxbBuilder.withMarshaller(Marshaller marshaller)
Sets a non-default
Marshaller to use when creating the Source . |
Copyright © 2001–2017 XMLUnit. All rights reserved.