vertx / io.vertx.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 RequestParameters. For more info, check RequestParameter.

Parameters

value - list of values of parameter to test

Return
request parameter value