Uses of Class
io.vertx.rxjava3.ext.web.validation.builder.ValidationHandlerBuilder
Packages that use ValidationHandlerBuilder
-
Uses of ValidationHandlerBuilder in io.vertx.rxjava3.ext.web.validation.builder
Fields in io.vertx.rxjava3.ext.web.validation.builder with type parameters of type ValidationHandlerBuilderModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<ValidationHandlerBuilder> ValidationHandlerBuilder.__TYPE_ARGMethods in io.vertx.rxjava3.ext.web.validation.builder that return ValidationHandlerBuilderModifier and TypeMethodDescriptionValidationHandlerBuilder.body(io.vertx.ext.web.validation.impl.body.BodyProcessor bodyProcessor) ValidationHandlerBuilder.body(BodyProcessorFactory bodyProcessor) ValidationHandlerBuilder.cookieParameter(ParameterProcessorFactory parameterProcessor) ValidationHandlerBuilder.cookieParameter(StyledParameterProcessorFactory parameterProcessor) static ValidationHandlerBuilderValidationHandlerBuilder.create(SchemaRepository repo) ValidationHandlerBuilder.headerParameter(ParameterProcessorFactory parameterProcessor) static ValidationHandlerBuilderValidationHandlerBuilder.newInstance(ValidationHandlerBuilder arg) ValidationHandlerBuilder.parameter(io.vertx.ext.web.validation.impl.ParameterLocation location, io.vertx.ext.web.validation.impl.parameter.ParameterProcessor processor) Add a parameter given the location and the processorValidationHandlerBuilder.pathParameter(ParameterProcessorFactory parameterProcessor) ValidationHandlerBuilder.predicate(RequestPredicate predicate) ValidationHandlerBuilder.queryParameter(ParameterProcessorFactory parameterProcessor) ValidationHandlerBuilder.queryParameter(StyledParameterProcessorFactory parameterProcessor)