public class MongoAuthOptionsConverter extends Object implements JsonDecoder<MongoAuthOptions,JsonObject>
MongoAuthOptions.
NOTE: This class has been automatically generated from the MongoAuthOptions original class using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static MongoAuthOptionsConverter |
INSTANCE |
| Constructor and Description |
|---|
MongoAuthOptionsConverter() |
| Modifier and Type | Method and Description |
|---|---|
MongoAuthOptions |
decode(JsonObject value)
Decode
<J> to <T>. |
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
MongoAuthOptions obj) |
Class<MongoAuthOptions> |
getTargetClass() |
static void |
toJson(MongoAuthOptions obj,
JsonObject json) |
static void |
toJson(MongoAuthOptions obj,
Map<String,Object> json) |
public static final MongoAuthOptionsConverter INSTANCE
public MongoAuthOptions decode(JsonObject value)
JsonDecoder<J> to <T>.
json will not be null and the implementation must not return null.decode in interface JsonDecoder<MongoAuthOptions,JsonObject>value - the json valuepublic Class<MongoAuthOptions> getTargetClass()
getTargetClass in interface JsonDecoder<MongoAuthOptions,JsonObject><T>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 © 2019 Eclipse. All rights reserved.