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