public interface RestRequest
| Modifier and Type | Method and Description |
|---|---|
TypedInput |
body() |
<T> T |
bodyAs(Class<T> clazz) |
String |
header(String name) |
RestHttpMethod |
method() |
RequestPath |
path() |
Optional<String> |
pathParam(String paramName) |
Params |
pathParams() |
Optional<String> |
queryParam(String paramName) |
Params |
queryParams() |
RestHttpMethod method()
RequestPath path()
Params pathParams()
Params queryParams()
TypedInput body()
<T> T bodyAs(Class<T> clazz)
Copyright © 2014. All rights reserved.