Class RawParser
- java.lang.Object
-
- com.cognite.client.servicesV1.parser.RawParser
-
public class RawParser extends Object
This class contains a set of methods to help parsing file objects between Cognite api representations (json and proto) and typed objects.
-
-
Constructor Summary
Constructors Constructor Description RawParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.cognite.client.dto.RawRowparseRawRow(String dbName, String dbTable, String rowJson)Parses an raw row json string toRawRowproto object.static Map<String,Object>toRequestInsertItem(com.cognite.client.dto.RawRow element)Builds a request insert item object fromRawRow.
-