open static fun createBooleanTypeValidator(defaultValue: Any): ParameterTypeValidator
Create a boolean type validator
defaultValue - Default value that will be set if parameter is empty or not found. To apply default value you have to set io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule#allowEmptyValue true. It can be null
Return