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 requestBodyType,
List<TypeNode> pathVariableTypes) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getHttpMethods() |
String |
getName() |
List<TypeNode> |
getPathVariableTypes() |
TypeNode |
getRequestBodyType() |
TypeNode |
getReturnType() |
Set<TypeNode> |
getTypes() |
String |
getUrl() |
boolean |
isIgnored() |
public MethodNode(String name, String url, boolean ignored, List<String> httpMethods, TypeNode returnType)
Copyright © 2016. All rights reserved.