Uses of Class
io.vertx.rxjava3.json.schema.SchemaParser
-
Packages that use SchemaParser Package Description io.vertx.rxjava3.ext.web.openapi io.vertx.rxjava3.ext.web.validation io.vertx.rxjava3.ext.web.validation.builder io.vertx.rxjava3.json.schema -
-
Uses of SchemaParser in io.vertx.rxjava3.ext.web.openapi
Methods in io.vertx.rxjava3.ext.web.openapi that return SchemaParser Modifier and Type Method Description SchemaParserRouterBuilder. getSchemaParser()Deprecated. -
Uses of SchemaParser in io.vertx.rxjava3.ext.web.validation
Methods in io.vertx.rxjava3.ext.web.validation with parameters of type SchemaParser Modifier and Type Method Description static ValidationHandlerBuilderValidationHandler. builder(SchemaParser parser)Deprecated. -
Uses of SchemaParser in io.vertx.rxjava3.ext.web.validation.builder
Methods in io.vertx.rxjava3.ext.web.validation.builder with parameters of type SchemaParser Modifier and Type Method Description io.vertx.ext.web.validation.impl.body.BodyProcessorBodyProcessorFactory. create(SchemaParser parser)io.vertx.ext.web.validation.impl.parameter.ParameterProcessorParameterProcessorFactory. create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaParser jsonSchemaParser)io.vertx.ext.web.validation.impl.parameter.ParameterProcessorStyledParameterProcessorFactory. create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaParser parser)static ValidationHandlerBuilderValidationHandlerBuilder. create(SchemaParser parser) -
Uses of SchemaParser in io.vertx.rxjava3.json.schema
Fields in io.vertx.rxjava3.json.schema with type parameters of type SchemaParser Modifier and Type Field Description static TypeArg<SchemaParser>SchemaParser. __TYPE_ARGMethods in io.vertx.rxjava3.json.schema that return SchemaParser Modifier and Type Method Description static SchemaParserSchemaParser. createDraft201909SchemaParser(SchemaRouter router)Deprecated.static SchemaParserSchemaParser. createDraft7SchemaParser(SchemaRouter router)Deprecated.static SchemaParserSchemaParser. createOpenAPI3SchemaParser(SchemaRouter router)Deprecated.static SchemaParserSchemaParser. newInstance(SchemaParser arg)SchemaParserSchemaParser. withStringFormatValidator(String formatName, Predicate<String> predicate)Deprecated.SchemaParserSchemaParser. withValidatorFactory(ValidatorFactory factory)Deprecated.Methods in io.vertx.rxjava3.json.schema with parameters of type SchemaParser Modifier and Type Method Description SchemaSchemaRouter. resolveCachedSchema(JsonPointer refPointer, JsonPointer schemaScope, SchemaParser parser)Deprecated.io.reactivex.rxjava3.core.Single<Schema>SchemaRouter. resolveRef(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser)Deprecated.io.reactivex.rxjava3.core.Single<Schema>SchemaRouter. rxResolveRef(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser)Deprecated.
-