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