public class ResourceMethod extends ResourceLocator
Modifier and Type | Field and Description |
---|---|
protected boolean |
asynchronous |
protected javax.ws.rs.core.MediaType[] |
consumes |
private static javax.ws.rs.core.MediaType[] |
empty |
protected java.util.Set<java.lang.String> |
httpMethods |
protected javax.ws.rs.core.MediaType[] |
produces |
annotatedMethod, fullpath, genericReturnType, method, params, path, resourceClass, returnType
Constructor and Description |
---|
ResourceMethod(ResourceClass declaredClass,
java.lang.reflect.Method method,
java.lang.reflect.Method annotatedMethod) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.MediaType[] |
getConsumes() |
java.util.Set<java.lang.String> |
getHttpMethods() |
javax.ws.rs.core.MediaType[] |
getProduces() |
boolean |
isAsynchronous() |
getAnnotatedMethod, getFullpath, getGenericReturnType, getMethod, getParams, getPath, getResourceClass, getReturnType, toString
private static final javax.ws.rs.core.MediaType[] empty
protected java.util.Set<java.lang.String> httpMethods
protected javax.ws.rs.core.MediaType[] produces
protected javax.ws.rs.core.MediaType[] consumes
protected boolean asynchronous
public ResourceMethod(ResourceClass declaredClass, java.lang.reflect.Method method, java.lang.reflect.Method annotatedMethod)