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