Uses of Class
io.vertx.reactivex.json.schema.JsonSchema
Packages that use JsonSchema
-
Uses of JsonSchema in io.vertx.reactivex.json.schema
Fields in io.vertx.reactivex.json.schema with type parameters of type JsonSchemaModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<JsonSchema> JsonSchema.__TYPE_ARGMethods in io.vertx.reactivex.json.schema that return JsonSchemaModifier and TypeMethodDescriptionAnnotates the schema.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.reactivex.json.schema with parameters of type JsonSchemaModifier and TypeMethodDescriptionstatic ValidatorValidator.create(JsonSchema schema, JsonSchemaOptions options) Creates a new validator with some initial schema and options.static ValidatorValidator.create(JsonSchema schema, JsonSchemaOptions options, JsonFormatValidator jsonFormatValidator) Creates a new validator with some initial schema, options and a custom JSON format validator.SchemaRepository.dereference(JsonSchema schema) Dereferences a schema to the repository.SchemaRepository.dereference(String uri, JsonSchema schema) Dereferences a schema to the repository.SchemaRepository.validator(JsonSchema schema) A new validator instance using this repository options.SchemaRepository.validator(JsonSchema schema, JsonSchemaOptions options) A new validator instance overriding this repository options.SchemaRepository.validator(JsonSchema schema, JsonSchemaOptions options, boolean dereference) A new validator instance overriding this repository options. -
Uses of JsonSchema in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return JsonSchema