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