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