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