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