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