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