Class StructParser


  • public class StructParser
    extends Object
    This class contains a set of methods to help parsing Struct objects.
    • Constructor Detail

      • StructParser

        public StructParser()
    • Method Detail

      • parseStructToMap

        public static Map<String,​Object> parseStructToMap​(com.google.protobuf.Struct input)
        Parses the main proto Struct (Json object equivalent) into a POJO representation.