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