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