Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<ErpDecimal> |
ErpDecimalConverter.fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Class<ErpDecimal> |
ErpDecimalConverter.getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
ErpTypeConverter<ErpDecimal> |
ErpDecimal.getTypeConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
ErpDecimalConverter.toDomainNonNull(ErpDecimal object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
Copyright © 2018 SAP SE. All rights reserved.