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