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