Class StructParser
java.lang.Object
com.cognite.client.servicesV1.parser.StructParser
This class contains a set of methods to help parsing
Struct objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseStructToMap(com.google.protobuf.Struct input) Parses the main proto Struct (Json object equivalent) into a POJO representation.
-
Constructor Details
-
StructParser
public StructParser()
-
-
Method Details
-
parseStructToMap
Parses the main proto Struct (Json object equivalent) into a POJO representation.
-