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