Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Class and Description |
---|---|
class |
StringBasedErpType<T extends StringBasedErpType<T>>
Base class for string-based ERP types.
|
class |
StringBasedErpTypeConverter<T extends StringBasedErpType<T>>
Base class for String like ERP types.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributionChannel
Representation of a distribution channel (VTWEG).
|
class |
SapClient
Representation of a SAP client (MANDT).
|
Modifier and Type | Method and Description |
---|---|
static <T extends StringBasedErpType<T>> |
StringBasedErpType.transformToString(ErpTypeConverter<T> converter)
Creates a function which transforms a given
StringBasedErpType to its String representation. |
static <T extends StringBasedErpType<T>> |
StringBasedErpType.transformToType(ErpTypeConverter<T> converter)
Creates a function which transforms a given String to its
StringBasedErpType representation. |
Copyright © 2020 SAP SE. All rights reserved.