public class TokenRequestConverter extends Object implements io.vertx.core.spi.json.JsonCodec<TokenRequest,io.vertx.core.json.JsonObject>
TokenRequest.
NOTE: This class has been automatically generated from the TokenRequest original class using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TokenRequestConverter |
INSTANCE |
| Constructor and Description |
|---|
TokenRequestConverter() |
| Modifier and Type | Method and Description |
|---|---|
TokenRequest |
decode(io.vertx.core.json.JsonObject value) |
io.vertx.core.json.JsonObject |
encode(TokenRequest value) |
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
TokenRequest obj) |
Class<TokenRequest> |
getTargetClass() |
static void |
toJson(TokenRequest obj,
io.vertx.core.json.JsonObject json) |
static void |
toJson(TokenRequest obj,
Map<String,Object> json) |
public static final TokenRequestConverter INSTANCE
public io.vertx.core.json.JsonObject encode(TokenRequest value)
encode in interface io.vertx.core.spi.json.JsonEncoder<TokenRequest,io.vertx.core.json.JsonObject>public TokenRequest decode(io.vertx.core.json.JsonObject value)
decode in interface io.vertx.core.spi.json.JsonDecoder<TokenRequest,io.vertx.core.json.JsonObject>public Class<TokenRequest> getTargetClass()
getTargetClass in interface io.vertx.core.spi.json.JsonDecoder<TokenRequest,io.vertx.core.json.JsonObject>getTargetClass in interface io.vertx.core.spi.json.JsonEncoder<TokenRequest,io.vertx.core.json.JsonObject>public static void fromJson(Iterable<Map.Entry<String,Object>> json, TokenRequest obj)
public static void toJson(TokenRequest obj, io.vertx.core.json.JsonObject json)
public static void toJson(TokenRequest obj, Map<String,Object> json)
Copyright © 2019 Eclipse. All rights reserved.