Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odatav4.adapter | |
com.sap.cloud.sdk.datamodel.odatav4.core | |
com.sap.cloud.sdk.datamodel.odatav4.expression |
Modifier and Type | Method and Description |
---|---|
VdmEnum |
JacksonVdmEnumDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
JacksonVdmEnumSerializer.serialize(VdmEnum object,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider prov) |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleProperty.Enum<EntityT,EnumT extends VdmEnum>
A property with predefined possible values.
|
Modifier and Type | Method and Description |
---|---|
static <T extends VdmEnum> |
VdmEnum.getConstant(Class<T> enumType,
String identifier)
Helper function to resolve enum constant from given type reference and String identifier.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FilterableEnum<EntityT,EnumT extends VdmEnum>
Fluent helper class to provide filter functions to OData expressions referenced by Enum.
|
Modifier and Type | Method and Description |
---|---|
default <EnumT extends VdmEnum> |
FilterableComplex.has(FilterableEnum<EntityT,EnumT> operand)
Filter by expression "has".
|
Copyright © 2020 SAP SE. All rights reserved.