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

getObjectValue

abstract fun getObjectValue(key: String): RequestParameter

If value is a map of fields, it returns value of field with key provided, otherwise it returns null

Parameters

key -

Return