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