public class ResourceMethod extends ResourceLocator
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
asynchronous |
protected MediaType[] |
consumes |
protected Set<String> |
httpMethods |
protected MediaType[] |
produces |
annotatedMethod, fullpath, genericReturnType, method, params, path, resourceClass, returnType| Constructor and Description |
|---|
ResourceMethod(ResourceClass declaredClass,
Method method,
Method annotatedMethod) |
| Modifier and Type | Method and Description |
|---|---|
MediaType[] |
getConsumes() |
Set<String> |
getHttpMethods() |
MediaType[] |
getProduces() |
boolean |
isAsynchronous() |
getAnnotatedMethod, getFullpath, getGenericReturnType, getMethod, getParams, getPath, getResourceClass, getReturnTypeprotected MediaType[] produces
protected MediaType[] consumes
protected boolean asynchronous
public ResourceMethod(ResourceClass declaredClass, Method method, Method annotatedMethod)
Copyright © 2015. All Rights Reserved.