Uses of Class
io.vertx.rxjava3.json.schema.JsonSchema
-
Packages that use JsonSchema Package Description io.vertx.rxjava3.json.schema -
-
Uses of JsonSchema in io.vertx.rxjava3.json.schema
Fields in io.vertx.rxjava3.json.schema with type parameters of type JsonSchema Modifier and Type Field Description static TypeArg<JsonSchema>JsonSchema. __TYPE_ARGMethods in io.vertx.rxjava3.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(JsonSchema arg)static JsonSchemaJsonSchema. of(boolean bool)Factory method to create aJsonSchemafrom aBoolean.static JsonSchemaJsonSchema. of(JsonObject json)Factory method to create aJsonSchemafrom a .static JsonSchemaJsonSchema. of(String id, JsonObject json)Factory method to create aJsonSchemafrom a .Methods in io.vertx.rxjava3.json.schema with parameters of type JsonSchema Modifier and Type Method Description static ValidatorValidator. create(JsonSchema 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.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, JsonSchemaOptions options)A new validator instance overriding this repository options.ValidatorSchemaRepository. validator(JsonSchema schema, JsonSchemaOptions options, boolean dereference)A new validator instance overriding this repository options.
-