Uses of Interface
com.sap.cds.CdsData
Packages that use CdsData
-
Uses of CdsData in com.sap.cds
Subinterfaces of CdsData in com.sap.cdsModifier and TypeInterfaceDescriptioninterfaceRepresents a single result data set of theCdsDataStore.Methods in com.sap.cds with type parameters of type CdsDataModifier and TypeMethodDescriptiondefault <T extends CdsData>
TCdsData.forRemoval()Marks this data instance for removal inside of adelta list.<T extends CdsData>
TCdsData.forRemoval(boolean remove) Marks or unmarks this data instance for removal inside of adelta list.CdsJsonConverter.fromJsonArray(String jsonArray, Class<T> type) Parses a JSON array string into a list of the givenCdsDatasubtype.<T extends CdsData>
TCdsJsonConverter.fromJsonObject(String jsonObject, Class<T> type) Parses a JSON object string into the givenCdsDatasubtype.Methods in com.sap.cds that return CdsDataModifier and TypeMethodDescriptionstatic CdsDataCdsData.create()Creates a newCdsDatainstance.static CdsDataReturns aCdsDatainstance backed by the given map.CdsData.Factory.create()CdsJsonConverter.fromJsonObject(String jsonObject, CdsStructuredType type) Parses a JSON object string intoCdsDatausing the given CDS structured type.Methods in com.sap.cds that return types with arguments of type CdsDataModifier and TypeMethodDescriptionCdsJsonConverter.fromJsonArray(String jsonArray, CdsStructuredType type) Parses a JSON array string into a list ofCdsDatausing the given CDS structured type.