ParametersOps

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def toBooleanValue(key: String, defaultValue: String): Boolean
def toBooleanValues(key: String): Seq[Boolean]
def toDoubleValue(key: String, defaultValue: String): Double
def toDoubleValues(key: String): Seq[Double]
def toEnumValue[T <: GeneratedEnum](key: String, companion: GeneratedEnumCompanion[T]): T
def toEnumValues[T <: GeneratedEnum](key: String, companion: GeneratedEnumCompanion[T]): Seq[T]
def toFloatValue(key: String, defaultValue: String): Float
def toFloatValues(key: String): Seq[Float]
def toIntValue(key: String, defaultValue: String): Int
def toIntValues(key: String): Seq[Int]
def toLongValue(key: String, defaultValue: String): Long
def toLongValues(key: String): Seq[Long]
def toStringValue(key: String): String
def toStringValues(key: String): Seq[String]