Package org.xmlunit.builder.jakarta_jaxb
This package contains the JAXB builder using the
jakarta.xml.bind package.
This package is used by default when Input.fromJaxb(java.lang.Object) is used and the
xmlunit-jakarta-jaxb-impl module is present. This package requires at least the 3.x version of the JakartaEE version of Jakarta XML Binding. If you want to
use the javax.xml.bind version of JAXB instead, the xmlunit-jakarta-jaxb-impl module must not be
present and you use the org.xmlunit.builder.javax_jaxb package instead.
- Since:
- 2.9.0
-
Class Summary Class Description JakartaJaxbBuilder JaxbBuilderfor Jaxb-Object and creating aJAXBSource.JakartaJaxbBuilderFactory Implementation that usesjakarta.xml.bind.