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