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