public class ResourceMethod extends ResourceLocator
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
asynchronous |
protected String[] |
consumes |
protected Set<String> |
httpMethods |
protected String[] |
produces |
annotatedMethod, description, fullpath, genericReturnType, method, params, path, pathExample, resourceClass, returnOptions, returnType| Constructor and Description |
|---|
ResourceMethod(ResourceClass declaredClass,
Method method,
Method annotatedMethod) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getConsumes() |
Set<String> |
getHttpMethods() |
String[] |
getProduces() |
boolean |
isAsynchronous() |
getAnnotatedMethod, getDescription, getFullpath, getGenericReturnType, getMethod, getParams, getPath, getPathExample, getResourceClass, getResponseObjectByStatus, getReturnOptions, getReturnType, messageBodyCheckprotected String[] produces
protected String[] consumes
protected boolean asynchronous
public ResourceMethod(ResourceClass declaredClass, Method method, Method annotatedMethod)
Copyright © 2015. All rights reserved.