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 JsonSchemaJsonSchema.newInstance(io.vertx.json.schema.JsonSchema arg) static JsonSchemaJsonSchema.of(boolean bool) static JsonSchemaJsonSchema.of(io.vertx.core.json.JsonObject json) static JsonSchemaMethods in io.vertx.mutiny.json.schema with parameters of type JsonSchemaModifier and TypeMethodDescriptionstatic ValidatorValidator.create(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options) static ValidatorValidator.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.JsonObjectSchemaRepository.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)