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