Uses of Class
org.xmlunit.builder.JaxbBuilder
Package
Description
Provides fluent builders for core parts of XMLUnit.
This package contains the JAXB builder using the
jakarta.xml.bind
package.This package contains the JAXB builder using the
javax.xml.bind
package.-
Uses of JaxbBuilder in org.xmlunit.builder
Modifier and TypeMethodDescriptionCreate a concrete instance of a JaxbBuilder.static JaxbBuilder
Build a Source from a Jaxb-Object.JaxbBuilder.useObjectFactory()
Whether the given Object has noXmlRootElement
annotation and is not an instants ofJAXBElement
it must be wrapped by aJAXBElement
.JaxbBuilder.withMarshaller
(Object marshaller) Sets a non-defaultMarshaller
to use when creating theSource
. -
Uses of JaxbBuilder in org.xmlunit.builder.jakarta_jaxb
-
Uses of JaxbBuilder in org.xmlunit.builder.javax_jaxb