Uses of Class
spark.QueryParamsMap
-
Packages that use QueryParamsMap Package Description spark spark.http.matching -
-
Uses of QueryParamsMap in spark
Subclasses of QueryParamsMap in spark Modifier and Type Class Description private static class
QueryParamsMap.NullQueryParamsMap
Fields in spark declared as QueryParamsMap Modifier and Type Field Description private static QueryParamsMap
QueryParamsMap. NULL
private QueryParamsMap
Request. queryMap
Fields in spark with type parameters of type QueryParamsMap Modifier and Type Field Description private java.util.Map<java.lang.String,QueryParamsMap>
QueryParamsMap. queryMap
Holds the nested keysMethods in spark that return QueryParamsMap Modifier and Type Method Description QueryParamsMap
QueryParamsMap. get(java.lang.String... keys)
Returns an element from the specified key.QueryParamsMap
Request. queryMap()
QueryParamsMap
Request. queryMap(java.lang.String key)
Methods in spark that return types with arguments of type QueryParamsMap Modifier and Type Method Description (package private) java.util.Map<java.lang.String,QueryParamsMap>
QueryParamsMap. getQueryMap()
-
Uses of QueryParamsMap in spark.http.matching
Methods in spark.http.matching that return QueryParamsMap Modifier and Type Method Description QueryParamsMap
RequestWrapper. queryMap()
QueryParamsMap
RequestWrapper. queryMap(java.lang.String key)
-