Uses of Class
io.vertx.mutiny.json.schema.JsonSchema
-
Packages that use JsonSchema Package Description io.vertx.mutiny.json.schema -
-
Uses of JsonSchema in io.vertx.mutiny.json.schema
Fields in io.vertx.mutiny.json.schema with type parameters of type JsonSchema Modifier and Type Field Description static TypeArg<JsonSchema>
JsonSchema. __TYPE_ARG
Methods in io.vertx.mutiny.json.schema that return JsonSchema Modifier and Type Method Description JsonSchema
JsonSchema. annotate(String key, String value)
JsonSchema
SchemaRepository. find(String pointer)
static JsonSchema
JsonSchema. newInstance(io.vertx.json.schema.JsonSchema arg)
static JsonSchema
JsonSchema. of(boolean bool)
static JsonSchema
JsonSchema. of(io.vertx.core.json.JsonObject json)
static JsonSchema
JsonSchema. of(String id, io.vertx.core.json.JsonObject json)
Methods in io.vertx.mutiny.json.schema with parameters of type JsonSchema Modifier and Type Method Description static Validator
Validator. create(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options)
static Validator
Validator. create(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options, JsonFormatValidator jsonFormatValidator)
SchemaRepository
SchemaRepository. dereference(JsonSchema schema)
SchemaRepository
SchemaRepository. dereference(String uri, JsonSchema schema)
io.vertx.core.json.JsonObject
SchemaRepository. resolve(JsonSchema schema)
Validator
SchemaRepository. validator(JsonSchema schema)
Validator
SchemaRepository. validator(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options)
Validator
SchemaRepository. validator(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options, boolean dereference)
-