ProtonClientOptionsConverter

Converter and mapper for {@link io.vertx.proton.ProtonClientOptions}. NOTE: This class has been automatically generated from the {@link io.vertx.proton.ProtonClientOptions} original class using Vert.x codegen.

Members

Static functions

fromJson
void fromJson(Map!(string, Variant) json, ProtonClientOptions obj)
Undocumented in source. Be warned that the author may not have intended to support it.
toJson
void toJson(ProtonClientOptions obj, JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
toJson
void toJson(ProtonClientOptions obj, Map!(string, Variant) json)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta