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