Uses of Class
io.vertx.json.schema.SchemaException
-
Packages that use SchemaException Package Description io.vertx.json.schema -
-
Uses of SchemaException in io.vertx.json.schema
Methods in io.vertx.json.schema that throw SchemaException Modifier and Type Method Description SchemaRepository
SchemaRepository. dereference(JsonSchema schema)
Dereferences a schema to the repository.SchemaRepository
SchemaRepository. dereference(String uri, JsonSchema schema)
Dereferences a schema to the repository.OutputUnit
Validator. validate(Object instance)
Validate a given input against the initial schema.
-