Class JsonStringAttributeResponseParser

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

public abstract class JsonStringAttributeResponseParser extends DefaultResponseParser
Parses a single attribute from a json payload as a single item. A cursor is never returned from this parser.
See Also: