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

getObjectValue

open 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