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