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