grpc-rest-gateway-runtime
grpc-rest-gateway-runtime
API
com.improving.grpc_rest_gateway.runtime
handlers
GatewayException
GrpcGatewayHandler
InvalidArgument
MethodNotFoundHandler
ParametersOps
PathMatchingSupport
SwaggerHandler
SwaggerHandler
server
GatewayServer
GatewayServer
GatewayServerImpl
GrpcGatewayServer
GrpcGatewayServerBuilder
grpc-rest-gateway-runtime
/
com.improving.grpc_rest_gateway.runtime
/
com.improving.grpc_rest_gateway.runtime.handlers
/
ParametersOps
ParametersOps
com.improving.grpc_rest_gateway.runtime.handlers.`package`.ParametersOps
implicit
class
ParametersOps
(
src
:
Map
[
String
,
Seq
[
String
]])
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
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
]
In this article
Attributes
Members list
Value members
Concrete methods