Class MetadataConverter


  • public class MetadataConverter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.google.protobuf.Struct jsonObjectToStruct​(com.google.gson.JsonObject jsonObject)  
      static com.google.gson.JsonObject structToJsonObject​(com.google.protobuf.Struct metadata)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetadataConverter

        public MetadataConverter()
    • Method Detail

      • jsonObjectToStruct

        public static com.google.protobuf.Struct jsonObjectToStruct​(com.google.gson.JsonObject jsonObject)
      • structToJsonObject

        public static com.google.gson.JsonObject structToJsonObject​(com.google.protobuf.Struct metadata)