public class ParameterController extends Object
| Constructor and Description |
|---|
ParameterController() |
| Modifier and Type | Method and Description |
|---|---|
Response |
doubleParam(double foo) |
Response |
floatParam(float foo) |
Response |
intParam(int foo) |
Response |
multipleParam(String foo,
int bar) |
Response |
pathParam(String foo) |
Response |
stringParam(String foo) |
Copyright © 2015. All rights reserved.