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