Package org.jboss.resteasy.spi.metadata
Class ResourceMethod
java.lang.Object
org.jboss.resteasy.spi.metadata.ResourceLocator
org.jboss.resteasy.spi.metadata.ResourceMethod
- Version:
- $Revision: 1 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected javax.ws.rs.core.MediaType[]private static final javax.ws.rs.core.MediaType[]protected javax.ws.rs.core.MediaType[]Fields inherited from class org.jboss.resteasy.spi.metadata.ResourceLocator
annotatedMethod, fullpath, genericReturnType, method, params, path, resourceClass, returnType -
Constructor Summary
ConstructorsConstructorDescriptionResourceMethod(ResourceClass declaredClass, Method method, Method annotatedMethod) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.MediaType[]javax.ws.rs.core.MediaType[]booleanMethods inherited from class org.jboss.resteasy.spi.metadata.ResourceLocator
getAnnotatedMethod, getFullpath, getGenericReturnType, getMethod, getParams, getPath, getResourceClass, getReturnType, toString
-
Field Details
-
empty
private static final javax.ws.rs.core.MediaType[] empty -
httpMethods
-
produces
protected javax.ws.rs.core.MediaType[] produces -
consumes
protected javax.ws.rs.core.MediaType[] consumes -
asynchronous
protected boolean asynchronous
-
-
Constructor Details
-
ResourceMethod
-
-
Method Details
-
getHttpMethods
-
getProduces
public javax.ws.rs.core.MediaType[] getProduces() -
getConsumes
public javax.ws.rs.core.MediaType[] getConsumes() -
isAsynchronous
public boolean isAsynchronous()
-