JAXBTYPE - The UBL 2.2 implementation class to be read@NotThreadSafe public class UBL22WriterBuilder<JAXBTYPE> extends com.helger.jaxb.builder.JAXBWriterBuilder<JAXBTYPE,UBL22WriterBuilder<JAXBTYPE>>
| Constructor and Description |
|---|
UBL22WriterBuilder(Class<JAXBTYPE> aClass) |
UBL22WriterBuilder(EUBL22DocumentType eDocType) |
| Modifier and Type | Method and Description |
|---|---|
static <T> UBL22WriterBuilder<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 UBL22WriterBuilder(@Nonnull EUBL22DocumentType eDocType)
@Nonnull public static <T> UBL22WriterBuilder<T> create(@Nonnull Class<T> aClass)
T - The UBL 2.2 document implementation typeaClass - The UBL class to be written. May not be null.null.Copyright © 2017–2021 Philip Helger. All rights reserved.