Uses of Interface
com.cognite.client.servicesV1.response.ResponseParser
Packages that use ResponseParser
-
Uses of ResponseParser in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 that return ResponseParserModifier and TypeMethodDescriptionabstract ResponseParser<String>ConnectorServiceV1.ItemWriter.getDuplicatesResponseParser()Methods in com.cognite.client.servicesV1 with parameters of type ResponseParserModifier and TypeMethodDescriptionstatic <T> ConnectorServiceV1.ResultFutureIterator<T>ConnectorServiceV1.ResultFutureIterator.of(CogniteClient client, RequestProvider requestProvider, ResponseParser<T> responseParser) static <T> ResponseItems<T>ResponseItems.of(ResponseParser<T> responseParser, ResponseBinary response) ResponseItems.withDuplicateResponseParser(ResponseParser<String> parser) Specifies the parser for extracting duplicate items from the response payload.ConnectorServiceV1.ItemWriter.withDuplicatesResponseParser(ResponseParser<String> parser) Configures the duplicates response parser to use.ResponseItems.withErrorMessageResponseParser(ResponseParser<String> parser) Specifies the parser for extracting the error message from the response payload.ResponseItems.withMissingResponseParser(ResponseParser<String> parser) Specifies the parser for extracting missing items from the response payload.ResponseItems.withStatusResponseParser(ResponseParser<String> parser) Specifies the parser for extracting the error code (http status code) from the response payload. -
Uses of ResponseParser in com.cognite.client.servicesV1.response
Classes in com.cognite.client.servicesV1.response that implement ResponseParserModifier and TypeClassDescriptionclassThe default response parser extracts results items from theitemsnode and next cursor from thenextCursornode.classParses a file binary based on a request and binary response payload.classclassExtracts results items from a json payload corresponding to the api v0.6 specification.classExtracts a list of items from the error sub-path in a json payload.classExtracts a list of items from the error sub-path in a json payload.classExtracts results items from theitemsnode and next cursor from thenextCursornode.classParses a single attribute from a json payload as a single item.classParses responses containing one or more raw rows.classParses the complete json payload as a single item.classParses a single attribute from a json payload as a single item.classclassParses a Json payload and generates aRequestobject containing the extracted parameters.classclass