Uses of Class
io.vertx.mutiny.json.schema.SchemaParser
Packages that use SchemaParser
Package
Description
-
Uses of SchemaParser in io.vertx.mutiny.ext.web.openapi
Methods in io.vertx.mutiny.ext.web.openapi that return SchemaParserModifier and TypeMethodDescriptionRouterBuilder.getSchemaParser()
Deprecated.This method exposes the internal of the OpenAPI handler, it will be removed in the future. -
Uses of SchemaParser in io.vertx.mutiny.ext.web.validation
Methods in io.vertx.mutiny.ext.web.validation with parameters of type SchemaParserModifier and TypeMethodDescriptionstatic ValidationHandlerBuilder
ValidationHandler.builder
(SchemaParser parser) Deprecated.This method duplicates the behavior ofValidationHandlerBuilder#create(SchemaParser)
. -
Uses of SchemaParser in io.vertx.mutiny.ext.web.validation.builder
Methods in io.vertx.mutiny.ext.web.validation.builder with parameters of type SchemaParserModifier and TypeMethodDescriptionio.vertx.ext.web.validation.impl.body.BodyProcessor
BodyProcessorFactory.create
(SchemaParser parser) io.vertx.ext.web.validation.impl.parameter.ParameterProcessor
ParameterProcessorFactory.create
(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaParser jsonSchemaParser) io.vertx.ext.web.validation.impl.parameter.ParameterProcessor
StyledParameterProcessorFactory.create
(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaParser parser) static ValidationHandlerBuilder
ValidationHandlerBuilder.create
(SchemaParser parser) -
Uses of SchemaParser in io.vertx.mutiny.json.schema
Fields in io.vertx.mutiny.json.schema with type parameters of type SchemaParserModifier and TypeFieldDescriptionstatic final TypeArg<SchemaParser>
SchemaParser.__TYPE_ARG
Deprecated.Methods in io.vertx.mutiny.json.schema that return SchemaParserModifier and TypeMethodDescriptionstatic SchemaParser
SchemaParser.createDraft201909SchemaParser
(SchemaRouter router) Deprecated.static SchemaParser
SchemaParser.createDraft7SchemaParser
(SchemaRouter router) Deprecated.static SchemaParser
SchemaParser.createOpenAPI3SchemaParser
(SchemaRouter router) Deprecated.static SchemaParser
SchemaParser.newInstance
(io.vertx.json.schema.SchemaParser arg) Deprecated.SchemaParser.withStringFormatValidator
(String formatName, Predicate<String> predicate) Deprecated.SchemaParser.withValidatorFactory
(io.vertx.json.schema.common.ValidatorFactory factory) Deprecated.Methods in io.vertx.mutiny.json.schema with parameters of type SchemaParserModifier and TypeMethodDescriptionSchemaRouter.resolveCachedSchema
(JsonPointer refPointer, JsonPointer schemaScope, SchemaParser parser) Deprecated.io.smallrye.mutiny.Uni<Schema>
SchemaRouter.resolveRef
(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser) Deprecated.SchemaRouter.resolveRefAndAwait
(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser) Deprecated.void
SchemaRouter.resolveRefAndForget
(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser) Deprecated.