Uses of Class
org.xmlunit.builder.JaxbBuilder
-
Packages that use JaxbBuilder Package Description org.xmlunit.builder Provides fluent builders for core parts of XMLUnit. -
-
Uses of JaxbBuilder in org.xmlunit.builder
Methods in org.xmlunit.builder that return JaxbBuilder Modifier and Type Method Description static JaxbBuilder
Input. fromJaxb(java.lang.Object jaxbObject)
Build a Source from a Jaxb-Object.JaxbBuilder
JaxbBuilder. useObjectFactory()
If the given Object has noXmlRootElement
annotation and is not an instants ofJAXBElement
it must be wrapped by aJAXBElement
.JaxbBuilder
JaxbBuilder. withMarshaller(javax.xml.bind.Marshaller marshaller)
Sets a non-defaultMarshaller
to use when creating theSource
.
-