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