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