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