Uses of Class
io.vertx.json.schema.common.dsl.BooleanSchemaBuilder
Packages that use BooleanSchemaBuilder
Package
Description
-
Uses of BooleanSchemaBuilder in io.vertx.ext.web.validation.builder
Methods in io.vertx.ext.web.validation.builder with parameters of type BooleanSchemaBuilderModifier and TypeMethodDescriptionstatic ParameterProcessorFactoryParameters.optionalParam(String parameterName, BooleanSchemaBuilder schemaBuilder) Creates a new optional boolean parameterstatic ParameterProcessorFactoryParameters.param(String parameterName, BooleanSchemaBuilder schemaBuilder) Creates a new required boolean parameter -
Uses of BooleanSchemaBuilder in io.vertx.json.schema.common.dsl
Subclasses with type arguments of type BooleanSchemaBuilder in io.vertx.json.schema.common.dslMethods in io.vertx.json.schema.common.dsl that return BooleanSchemaBuilder -
Uses of BooleanSchemaBuilder in io.vertx.reactivex.ext.web.validation.builder
Methods in io.vertx.reactivex.ext.web.validation.builder with parameters of type BooleanSchemaBuilderModifier and TypeMethodDescriptionstatic ParameterProcessorFactoryParameters.optionalParam(String parameterName, BooleanSchemaBuilder schemaBuilder) Creates a new optional boolean parameterstatic ParameterProcessorFactoryParameters.param(String parameterName, BooleanSchemaBuilder schemaBuilder) Creates a new required boolean parameter -
Uses of BooleanSchemaBuilder in io.vertx.rxjava3.ext.web.validation.builder
Methods in io.vertx.rxjava3.ext.web.validation.builder with parameters of type BooleanSchemaBuilderModifier and TypeMethodDescriptionstatic ParameterProcessorFactoryParameters.optionalParam(String parameterName, BooleanSchemaBuilder schemaBuilder) Creates a new optional boolean parameterstatic ParameterProcessorFactoryParameters.param(String parameterName, BooleanSchemaBuilder schemaBuilder) Creates a new required boolean parameter