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