public class WebClientOptionsConverter extends Object implements JsonCodec<WebClientOptions,JsonObject>
WebClientOptions.
NOTE: This class has been automatically generated from the WebClientOptions original class using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static WebClientOptionsConverter |
INSTANCE |
| Constructor and Description |
|---|
WebClientOptionsConverter() |
| Modifier and Type | Method and Description |
|---|---|
WebClientOptions |
decode(JsonObject value)
Decode
<J> to <T>. |
JsonObject |
encode(WebClientOptions value)
Encode
<T> to <J>. |
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
WebClientOptions obj) |
Class<WebClientOptions> |
getTargetClass() |
static void |
toJson(WebClientOptions obj,
JsonObject json) |
static void |
toJson(WebClientOptions obj,
Map<String,Object> json) |
public static final WebClientOptionsConverter INSTANCE
public JsonObject encode(WebClientOptions value)
JsonEncoder<T> to <J>.
value will not be null and the implementation must not return null.encode in interface JsonEncoder<WebClientOptions,JsonObject>value - the valuepublic WebClientOptions decode(JsonObject value)
JsonDecoder<J> to <T>.
json will not be null and the implementation must not return null.decode in interface JsonDecoder<WebClientOptions,JsonObject>value - the json valuepublic Class<WebClientOptions> getTargetClass()
getTargetClass in interface JsonDecoder<WebClientOptions,JsonObject>getTargetClass in interface JsonEncoder<WebClientOptions,JsonObject><T>public static void fromJson(Iterable<Map.Entry<String,Object>> json, WebClientOptions obj)
public static void toJson(WebClientOptions obj, JsonObject json)
public static void toJson(WebClientOptions obj, Map<String,Object> json)
Copyright © 2019 Eclipse. All rights reserved.