Uses of Class
io.vertx.mutiny.json.schema.JsonSchema
Packages that use JsonSchema
-
Uses of JsonSchema in io.vertx.mutiny.json.schema
Fields in io.vertx.mutiny.json.schema with type parameters of type JsonSchemaMethods in io.vertx.mutiny.json.schema that return JsonSchemaModifier and TypeMethodDescriptionstatic 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
Methods in io.vertx.mutiny.json.schema with parameters of type JsonSchemaModifier and TypeMethodDescriptionstatic 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.dereference
(JsonSchema schema) SchemaRepository.dereference
(String uri, JsonSchema schema) io.vertx.core.json.JsonObject
SchemaRepository.resolve
(JsonSchema schema) SchemaRepository.validator
(JsonSchema schema) SchemaRepository.validator
(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options) SchemaRepository.validator
(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options, boolean dereference)