public class ShiroAuthOptionsConverter extends Object
ShiroAuthOptions
.
NOTE: This class has been automatically generated from the ShiroAuthOptions
original class using Vert.x codegen.Constructor and Description |
---|
ShiroAuthOptionsConverter() |
Modifier and Type | Method and Description |
---|---|
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
ShiroAuthOptions obj) |
static void |
toJson(ShiroAuthOptions obj,
JsonObject json) |
static void |
toJson(ShiroAuthOptions obj,
Map<String,Object> json) |
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 © 2023 Eclipse. All rights reserved.