Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Field and Description |
---|---|
static DocumentNumber |
DocumentNumber.EMPTY |
Modifier and Type | Method and Description |
---|---|
static DocumentNumber |
DocumentNumber.of(String value) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<DocumentNumber> |
DocumentNumberConverter.fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Class<DocumentNumber> |
DocumentNumber.getType() |
Class<DocumentNumber> |
DocumentNumberConverter.getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
ErpTypeConverter<DocumentNumber> |
DocumentNumber.getTypeConverter() |
static Set<DocumentNumber> |
DocumentNumber.toDocumentNumbers(Collection<String> values) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
DocumentNumberConverter.toDomainNonNull(DocumentNumber object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
DocumentNumber.toStrings(Collection<DocumentNumber> values) |
Copyright © 2019 SAP SE. All rights reserved.