vertx / io.vertx.ext.web.api / RequestParameter / getObjectKeys

getObjectKeys

abstract fun getObjectKeys(): MutableList<String>

If value is a map of fields, it returns keys of map, otherwise it returns null

Return