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