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