Class JsonRawRowResponseParser

java.lang.Object
com.cognite.client.servicesV1.response.DefaultResponseParser
com.cognite.client.servicesV1.response.JsonRawRowResponseParser
All Implemented Interfaces:
ResponseParser<String>, Serializable

public abstract class JsonRawRowResponseParser extends DefaultResponseParser
Parses responses containing one or more raw rows. This class contains logic to detect if the items are wrapped in an items array or if a single item is placed at the root. In the case of querying for a single row (by id/row key), only a single item is returned at the json root.
See Also: