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