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