JAXBTYPE - The DIAN UBL implementation class to be read@NotThreadSafe public class DianUBLReaderBuilder<JAXBTYPE> extends com.helger.jaxb.builder.JAXBReaderBuilder<JAXBTYPE,DianUBLReaderBuilder<JAXBTYPE>>
| Constructor and Description |
|---|
DianUBLReaderBuilder(Class<JAXBTYPE> aClass) |
DianUBLReaderBuilder(EDianUBLDocumentType aDocType,
Class<JAXBTYPE> aImplClass) |
| Modifier and Type | Method and Description |
|---|---|
static <T> DianUBLReaderBuilder<T> |
create(Class<T> aClass)
Create a new reader builder.
|
static DianUBLReaderBuilder<?> |
createGeneric(EDianUBLDocumentType eDocType)
Create a new reader builder that is not typed, because only the document
type enumeration value is available.
|
createUnmarshaller, getImplClass, getUnmarshallerCustomizer, getValidationEventHandler, isReadSecure, read, setReadSecure, setUnmarshallerCustomizer, setValidationEventHandler, toStringexceptionCallbacks, getClassLoader, getJAXBContext, getJAXBDocumentType, getSchema, isUseJAXBContextCache, isUseSchema, setUseJAXBContextCache, setUseSchemaclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic DianUBLReaderBuilder(@Nonnull EDianUBLDocumentType aDocType, @Nonnull Class<JAXBTYPE> aImplClass)
@Nonnull public static <T> DianUBLReaderBuilder<T> create(@Nonnull Class<T> aClass)
T - The UBLPE document implementation typeaClass - The UBL class to be read. May not be null.null.@Nonnull public static DianUBLReaderBuilder<?> createGeneric(@Nonnull EDianUBLDocumentType eDocType)
eDocType - The UBLPE document type to be read. May not be null .null.Copyright © 2020 Philip Helger. All rights reserved.