Package de.quantummaid.httpmaid.http
Class PathParameters
- java.lang.Object
-
- de.quantummaid.httpmaid.http.PathParameters
-
public final class PathParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description PathParameters()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>asStringMap()Optional<String>getOptionalPathParameter(String key)StringgetPathParameter(String key)static PathParameterspathParameters(Map<String,String> stringMap)
-
-
-
Method Detail
-
pathParameters
public static PathParameters pathParameters(Map<String,String> stringMap)
-
-