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