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