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