Class ExRecord

    • Constructor Detail

      • ExRecord

        public ExRecord()
    • Method Detail

      • isEmpty

        public static boolean isEmpty​(io.vertx.core.json.JsonObject recordRef)
      • put

        public void put​(io.vertx.core.json.JsonObject data)
      • get

        public <T> T get​(String field)
      • isEmpty

        public boolean isEmpty()
      • toJson

        public io.vertx.core.json.JsonObject toJson()
        Specified by:
        toJson in interface Json
      • fromJson

        public void fromJson​(io.vertx.core.json.JsonObject json)
        Specified by:
        fromJson in interface Json