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