Class StructParser
- java.lang.Object
-
- com.cognite.client.servicesV1.parser.StructParser
-
public class StructParser extends Object
This class contains a set of methods to help parsingStructobjects.
-
-
Constructor Summary
Constructors Constructor Description StructParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Object>parseStructToMap(com.google.protobuf.Struct input)Parses the main proto Struct (Json object equivalent) into a POJO representation.
-