| Package | Description |
|---|---|
| com.helger.ubltr |
| Modifier and Type | Method and Description |
|---|---|
static EUBLTRDocumentType |
UBLTRDocumentTypes.getDocumentTypeOfImplementationClass(Class<?> aImplClass)
Get the UBLTR document type matching the passed implementation class.
|
static EUBLTRDocumentType |
UBLTRDocumentTypes.getDocumentTypeOfLocalName(String sLocalName)
Get the document type matching the passed document element local name.
|
static EUBLTRDocumentType |
EUBLTRDocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUBLTRDocumentType[] |
EUBLTRDocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static UBLTRReaderBuilder<?> |
UBLTRReaderBuilder.createGeneric(EUBLTRDocumentType eDocType)
Create a new reader builder that is not typed, because only the document
type enumeration value is available.
|
| Constructor and Description |
|---|
UBLTRReaderBuilder(EUBLTRDocumentType aDocType,
Class<JAXBTYPE> aImplClass) |
UBLTRValidatorBuilder(EUBLTRDocumentType eDocType) |
UBLTRWriterBuilder(EUBLTRDocumentType eDocType) |
Copyright © 2016–2020 Philip Helger. All rights reserved.