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