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