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