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