Package org.jboss.resteasy.spi.metadata
Class ResourceMethod
- java.lang.Object
-
- org.jboss.resteasy.spi.metadata.ResourceLocator
-
- org.jboss.resteasy.spi.metadata.ResourceMethod
-
public class ResourceMethod extends ResourceLocator
- Version:
- $Revision: 1 $
-
-
Field Summary
Fields Modifier and Type Field 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
-
Fields inherited from class org.jboss.resteasy.spi.metadata.ResourceLocator
annotatedMethod, fullpath, genericReturnType, method, params, path, resourceClass, returnType
-
-
Constructor Summary
Constructors Constructor Description ResourceMethod(ResourceClass declaredClass, java.lang.reflect.Method method, java.lang.reflect.Method annotatedMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.MediaType[]
getConsumes()
java.util.Set<java.lang.String>
getHttpMethods()
javax.ws.rs.core.MediaType[]
getProduces()
boolean
isAsynchronous()
-
Methods inherited from class org.jboss.resteasy.spi.metadata.ResourceLocator
getAnnotatedMethod, getFullpath, getGenericReturnType, getMethod, getParams, getPath, getResourceClass, getReturnType, toString
-
-
-
-
Constructor Detail
-
ResourceMethod
public ResourceMethod(ResourceClass declaredClass, java.lang.reflect.Method method, java.lang.reflect.Method annotatedMethod)
-
-