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