Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odatav4.adapter | |
com.sap.cloud.sdk.datamodel.odatav4.core |
Modifier and Type | Method and Description |
---|---|
VdmObject<?> |
JacksonVdmObjectDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
VdmObject<T> |
GsonVdmEntityAdapter.read(com.google.gson.stream.JsonReader jsonReader)
For internal use only by data model classes.
|
Modifier and Type | Method and Description |
---|---|
void |
JacksonVdmObjectSerializer.serialize(VdmObject<?> object,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider prov) |
void |
GsonVdmEntityAdapter.write(com.google.gson.stream.JsonWriter out,
VdmObject<T> value)
For internal use only by data model classes.
|
Modifier and Type | Class and Description |
---|---|
class |
StructuredPropertyCollection<EntityT extends VdmEntity<?>,TargetT extends VdmObject<?>>
Abstract class representing the query capabilities of a collection of structured properties of
EntityT with a
type of TargetT . |
class |
StructuredPropertyCollectionQuery<ParentEntityT extends VdmEntity<?>,EntityT extends VdmObject<?>>
Implementation that represents read queries and holds their state at runtime.
|
class |
StructuredPropertySingle<EntityT extends VdmEntity<?>,TargetT extends VdmObject<?>>
Abstract class representing the query capabilities of a structured property of
EntityT with a type of
TargetT . |
class |
StructuredPropertySingleQuery<ParentEntityT extends VdmEntity<?>,EntityT extends VdmObject<?>>
Implementation that represents read queries and holds their state at runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
VdmComplex<ObjectT>
Complex type in the virtual data model.
|
class |
VdmEntity<EntityT>
Base class for an OData entity.
|
Copyright © 2020 SAP SE. All rights reserved.