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