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