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, getReturnType, toString
protected MediaType[] produces
protected MediaType[] consumes
protected boolean asynchronous
public ResourceMethod(ResourceClass declaredClass, Method method, Method annotatedMethod)
Copyright © 2017 JBoss by Red Hat. All rights reserved.