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