public class MethodNode extends Object
| Constructor and Description |
|---|
MethodNode(String name,
String url,
boolean ignored,
List<String> httpMethods,
TypeNode returnType) |
MethodNode(String name,
String url,
boolean ignored,
List<String> httpMethods,
TypeNode returnType,
TypeNode paramType) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getHttpMethods() |
String |
getName() |
TypeNode |
getParamType() |
TypeNode |
getReturnType() |
String |
getUrl() |
boolean |
isIgnored() |
Copyright © 2016. All rights reserved.