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