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_ARGMethods in io.vertx.mutiny.json.schema that return JsonSchema Modifier and Type Method Description JsonSchemaJsonSchema. annotate(String key, String value)JsonSchemaSchemaRepository. find(String pointer)static JsonSchemaJsonSchema. newInstance(io.vertx.json.schema.JsonSchema arg)static JsonSchemaJsonSchema. of(boolean bool)static JsonSchemaJsonSchema. of(io.vertx.core.json.JsonObject json)static JsonSchemaJsonSchema. 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 ValidatorValidator. create(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options)SchemaRepositorySchemaRepository. dereference(JsonSchema schema)SchemaRepositorySchemaRepository. dereference(String uri, JsonSchema schema)io.vertx.core.json.JsonObjectSchemaRepository. resolve(JsonSchema schema)ValidatorSchemaRepository. validator(JsonSchema schema)ValidatorSchemaRepository. validator(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options) 
 -