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