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