-
public final class PathInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final String
path
private final HttpMethod
method
-
Constructor Summary
Constructors Constructor Description PathInfo(String path, HttpMethod method)
-
Method Summary
Modifier and Type Method Description final String
getPath()
final HttpMethod
getMethod()
-
-
Constructor Detail
-
PathInfo
PathInfo(String path, HttpMethod method)
-
-
Method Detail
-
getMethod
final HttpMethod getMethod()
-
-
-
-