public class RestMethodInstance extends Object
| Constructor and Description |
|---|
RestMethodInstance(String httpMethod,
String address,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(RestParameterInstance parameter) |
String |
getAddress() |
String |
getHttpMethod() |
Method |
getMethod() |
List<RestParameterInstance> |
getParameters() |
String |
toString() |
public String getHttpMethod()
public String getAddress()
public Method getMethod()
public List<RestParameterInstance> getParameters()
public void addMethod(RestParameterInstance parameter)
Copyright © 2015. All rights reserved.