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