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