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

getObjectKeys

open fun getObjectKeys(): MutableList<String>

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

Return