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 JaxbBuilderInput. fromJaxb(java.lang.Object jaxbObject)Build a Source from a Jaxb-Object.JaxbBuilderJaxbBuilder. useObjectFactory()If the given Object has noXmlRootElementannotation and is not an instants ofJAXBElementit must be wrapped by aJAXBElement.JaxbBuilderJaxbBuilder. withMarshaller(javax.xml.bind.Marshaller marshaller)Sets a non-defaultMarshallerto use when creating theSource.
-