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