public class ProxyOptionsConverter extends Object
ProxyOptions
.
NOTE: This class has been automatically generated from the ProxyOptions
original class using Vert.x codegen.Constructor and Description |
---|
ProxyOptionsConverter() |
Modifier and Type | Method and Description |
---|---|
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
ProxyOptions obj) |
static void |
toJson(ProxyOptions obj,
JsonObject json) |
static void |
toJson(ProxyOptions obj,
Map<String,Object> json) |
public static void fromJson(Iterable<Map.Entry<String,Object>> json, ProxyOptions obj)
public static void toJson(ProxyOptions obj, JsonObject json)
public static void toJson(ProxyOptions obj, Map<String,Object> json)
Copyright © 2022 Eclipse. All rights reserved.