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