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