public interface Row extends CdsData
CdsDataStore. It can be
accessed as a Map or, via the as method, in a typed way by an
accessor interface. Moreover, it can be serialized to JSON.| Modifier and Type | Method and Description |
|---|---|
<T> T |
as(Class<T> type)
Returns this
Row mapped to the given type. |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuestoJson<T> T as(Class<T> type)
Row mapped to the given type.T - the return typetype - the type this Row is mapped toRow mapped to type TCopyright © 2020 SAP. All rights reserved.