Class DefaultResourceMethod
java.lang.Object
org.jboss.resteasy.spi.metadata.DefaultResourceLocator
org.jboss.resteasy.spi.metadata.DefaultResourceMethod
- All Implemented Interfaces:
ResourceLocator
,ResourceMethod
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected jakarta.ws.rs.core.MediaType[]
protected jakarta.ws.rs.core.MediaType[]
Fields inherited from class org.jboss.resteasy.spi.metadata.DefaultResourceLocator
annotatedMethod, fullpath, genericReturnType, method, params, path, resourceClass, returnType
-
Constructor Summary
ConstructorDescriptionDefaultResourceMethod
(ResourceClass declaredClass, Method method, Method annotatedMethod) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.MediaType[]
jakarta.ws.rs.core.MediaType[]
boolean
void
Methods inherited from class org.jboss.resteasy.spi.metadata.DefaultResourceLocator
getAnnotatedMethod, getFullpath, getGenericReturnType, getMethod, getParams, getPath, getResourceClass, getReturnType, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jboss.resteasy.spi.metadata.ResourceLocator
getAnnotatedMethod, getFullpath, getGenericReturnType, getMethod, getParams, getPath, getResourceClass, getReturnType
-
Field Details
-
httpMethods
-
produces
protected jakarta.ws.rs.core.MediaType[] produces -
consumes
protected jakarta.ws.rs.core.MediaType[] consumes -
asynchronous
protected boolean asynchronous
-
-
Constructor Details
-
DefaultResourceMethod
-
-
Method Details
-
getHttpMethods
- Specified by:
getHttpMethods
in interfaceResourceMethod
-
getProduces
public jakarta.ws.rs.core.MediaType[] getProduces()- Specified by:
getProduces
in interfaceResourceMethod
-
getConsumes
public jakarta.ws.rs.core.MediaType[] getConsumes()- Specified by:
getConsumes
in interfaceResourceMethod
-
isAsynchronous
public boolean isAsynchronous()- Specified by:
isAsynchronous
in interfaceResourceMethod
-
markAsynchronous
public void markAsynchronous()- Specified by:
markAsynchronous
in interfaceResourceMethod
-