vertx / io.vertx.ext.web.api.validation / ParameterTypeValidator / isValid

isValid

abstract fun isValid(value: String): RequestParameter

Function that checks if parameter is valid. It returns a RequestParameter object that will be linked inside RequestParameters. For more info, check RequestParameter.

Parameters

value - value of parameter to test

Return
request parameter value