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