Uses of Class
io.vertx.reactivex.json.schema.JsonSchema
-
Packages that use JsonSchema Package Description io.vertx.reactivex.json.schema -
-
Uses of JsonSchema in io.vertx.reactivex.json.schema
Fields in io.vertx.reactivex.json.schema with type parameters of type JsonSchema Modifier and Type Field Description static TypeArg<JsonSchema>JsonSchema. __TYPE_ARGMethods in io.vertx.reactivex.json.schema that return JsonSchema Modifier and Type Method Description JsonSchemaJsonSchema. annotate(String key, String value)Annotates the schema.JsonSchemaSchemaRepository. find(String pointer)Look up a schema using a JSON pointer notationstatic JsonSchemaJsonSchema. newInstance(io.vertx.json.schema.JsonSchema arg)static JsonSchemaJsonSchema. of(boolean bool)Factory method to create aJsonSchemafrom aBoolean.static JsonSchemaJsonSchema. of(io.vertx.core.json.JsonObject json)Factory method to create aJsonSchemafrom a .static JsonSchemaJsonSchema. of(String id, io.vertx.core.json.JsonObject json)Factory method to create aJsonSchemafrom a .Methods in io.vertx.reactivex.json.schema with parameters of type JsonSchema Modifier and Type Method Description static ValidatorValidator. create(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options)Creates a new validator with some initial schema and options.SchemaRepositorySchemaRepository. dereference(JsonSchema schema)Dereferences a schema to the repository.SchemaRepositorySchemaRepository. dereference(String uri, JsonSchema schema)Dereferences a schema to the repository.io.vertx.core.json.JsonObjectSchemaRepository. resolve(JsonSchema schema)Tries to resolve all internal and repository local references.ValidatorSchemaRepository. validator(JsonSchema schema)A new validator instance using this repository options.ValidatorSchemaRepository. validator(JsonSchema schema, io.vertx.json.schema.JsonSchemaOptions options)A new validator instance overriding this repository options.
-