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