JAXBTYPE - The UBLTR implementation class to be read@NotThreadSafe public class UBLTRReaderBuilder<JAXBTYPE> extends com.helger.jaxb.builder.JAXBReaderBuilder<JAXBTYPE,UBLTRReaderBuilder<JAXBTYPE>>
| Constructor and Description |
|---|
UBLTRReaderBuilder(Class<JAXBTYPE> aClass) |
UBLTRReaderBuilder(EUBLTRDocumentType aDocType,
Class<JAXBTYPE> aImplClass) |
| Modifier and Type | Method and Description |
|---|---|
static <T> UBLTRReaderBuilder<T> |
create(Class<T> aClass)
Create a new reader builder.
|
static UBLTRReaderBuilder<?> |
createGeneric(EUBLTRDocumentType 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 UBLTRReaderBuilder(@Nonnull EUBLTRDocumentType aDocType, @Nonnull Class<JAXBTYPE> aImplClass)
@Nonnull public static <T> UBLTRReaderBuilder<T> create(@Nonnull Class<T> aClass)
T - The UBLTR document implementation typeaClass - The UBL class to be read. May not be null.null.@Nonnull public static UBLTRReaderBuilder<?> createGeneric(@Nonnull EUBLTRDocumentType eDocType)
eDocType - The UBLTR document type to be read. May not be null .null.Copyright © 2016–2021 Philip Helger. All rights reserved.