Uses of Class
org.xmlunit.builder.JaxbBuilder
-
Packages that use JaxbBuilder Package Description org.xmlunit.builder Provides fluent builders for core parts of XMLUnit.org.xmlunit.builder.javax_jaxb This package contains the JAXB builder using thejavax.xml.bindpackage. -
-
Uses of JaxbBuilder in org.xmlunit.builder
Methods in org.xmlunit.builder that return JaxbBuilder Modifier and Type Method Description JaxbBuilderJaxbBuilderFactory. create(Object object)Create a concrete instance of a JaxbBuilder.static JaxbBuilderInput. fromJaxb(Object jaxbObject)Build a Source from a Jaxb-Object.JaxbBuilderJaxbBuilder. useObjectFactory()Whether the given Object has noXmlRootElementannotation and is not an instants ofJAXBElementit must be wrapped by aJAXBElement.JaxbBuilderJaxbBuilder. withMarshaller(Object marshaller)Sets a non-defaultMarshallerto use when creating theSource. -
Uses of JaxbBuilder in org.xmlunit.builder.javax_jaxb
Subclasses of JaxbBuilder in org.xmlunit.builder.javax_jaxb Modifier and Type Class Description classJavaxJaxbBuilderJaxbBuilderfor Jaxb-Object and creating aJAXBSource.Methods in org.xmlunit.builder.javax_jaxb that return JaxbBuilder Modifier and Type Method Description JaxbBuilderDefaultJaxbBuilderFactory. create(Object object)
-