ParametersOps

com.improving.grpc_rest_gateway.runtime.handlers.`package`.ParametersOps
implicit class ParametersOps(src: Map[String, String])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def toDouble(key: String, defaultValue: String): Double
def toFloat(key: String, defaultValue: String): Float
def toInt(key: String, defaultValue: String): Int
def toLong(key: String, defaultValue: String): Long
def toStringValue(key: String): String