vertx / io.vertx.reactivex.ext.web.api.validation / ParameterTypeValidator / isValidCollection

isValidCollection

open fun isValidCollection(value: MutableList<String>): RequestParameter

Function that checks if array of values of a specific parameter. It returns a RequestParameter object that will be linked inside . For more info, check .

Parameters

value - list of values of parameter to test

Return
request parameter value