public class JavaxJaxbBuilder extends JaxbBuilder
JaxbBuilder for Jaxb-Object and creating a JAXBSource.
If no custom Marshaller is set by JaxbBuilder.withMarshaller(java.lang.Object), then the same logic as in JAXB is used the create a default Marshaller.
| Modifier | Constructor and Description |
|---|---|
protected |
JavaxJaxbBuilder(Object object)
Creates a builder based on the given object.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
build()
build the actual
Source instance. |
getMarshaller, getObject, getUseObjectFactory, useObjectFactory, withMarshallerprotected JavaxJaxbBuilder(Object object)
object - the object to build a source ofpublic Source build()
Input.BuilderSource instance.Copyright © 2001–2025 XMLUnit. All rights reserved.