JAXBTYPE - The UBL 2.3 implementation class to be read@NotThreadSafe public class UBL23WriterBuilder<JAXBTYPE> extends com.helger.jaxb.builder.JAXBWriterBuilder<JAXBTYPE,UBL23WriterBuilder<JAXBTYPE>>
| Constructor and Description |
|---|
UBL23WriterBuilder(Class<JAXBTYPE> aClass) |
UBL23WriterBuilder(EUBL23DocumentType eDocType) |
| Modifier and Type | Method and Description |
|---|---|
static <T> UBL23WriterBuilder<T> |
create(Class<T> aClass)
Create a new writer builder.
|
createMarshaller, getCharset, getIndentString, getNamespaceContext, getNoNamespaceSchemaLocation, getSchemaLocation, getValidationEventHandler, isFormattedOutput, setCharset, setFormattedOutput, setIndentString, setNamespaceContext, setNoNamespaceSchemaLocation, setSchemaLocation, setValidationEventHandler, toString, writecreateJAXBElement, getMarshallerCustomizer, setMarshallerCustomizerexceptionCallbacks, getClassLoader, getJAXBContext, getJAXBDocumentType, getSchema, isUseJAXBContextCache, isUseSchema, setUseJAXBContextCache, setUseSchemaclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAsByteBuffer, getAsBytes, getAsDocument, getAsInputStream, getAsMicroDocument, getAsMicroElement, getAsString, getXMLWriterSettings, hasCharset, hasIndentString, hasNoNamespaceSchemaLocation, hasSchemaLocation, write, write, write, write, write, write, write, write, writepublic UBL23WriterBuilder(@Nonnull EUBL23DocumentType eDocType)
@Nonnull public static <T> UBL23WriterBuilder<T> create(@Nonnull Class<T> aClass)
T - The UBL 2.3 document implementation typeaClass - The UBL class to be written. May not be null.null.Copyright © 2019–2021 Philip Helger. All rights reserved.