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