public class VertxPrometheusOptionsConverter extends Object
VertxPrometheusOptions.
 NOTE: This class has been automatically generated from the VertxPrometheusOptions original class using Vert.x codegen.| Constructor and Description | 
|---|
VertxPrometheusOptionsConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
fromJson(Iterable<Map.Entry<String,Object>> json,
        VertxPrometheusOptions obj)  | 
static void | 
toJson(VertxPrometheusOptions obj,
      JsonObject json)  | 
static void | 
toJson(VertxPrometheusOptions obj,
      Map<String,Object> json)  | 
public static void fromJson(Iterable<Map.Entry<String,Object>> json, VertxPrometheusOptions obj)
public static void toJson(VertxPrometheusOptions obj, JsonObject json)
public static void toJson(VertxPrometheusOptions obj, Map<String,Object> json)
Copyright © 2020 Eclipse. All rights reserved.