public class JavaxJaxbBuilder extends JaxbBuilder
Builder for Jaxb-Object and creating a JAXBSource.
If no custom Marshaller is set by #withMarshaller(Marshaller), 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)
public Source build()
Input.BuilderSource instance.Copyright © 2001–2022 XMLUnit. All rights reserved.