Interface ResourceMethod
- All Superinterfaces:
ResourceLocator
- All Known Implementing Classes:
DefaultResourceMethod
- Author:
- Christian Kaltepoth
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.MediaType[]
jakarta.ws.rs.core.MediaType[]
boolean
void
Methods inherited from interface org.jboss.resteasy.spi.metadata.ResourceLocator
getAnnotatedMethod, getFullpath, getGenericReturnType, getMethod, getParams, getPath, getResourceClass, getReturnType
-
Method Details
-
getHttpMethods
-
getProduces
jakarta.ws.rs.core.MediaType[] getProduces() -
getConsumes
jakarta.ws.rs.core.MediaType[] getConsumes() -
isAsynchronous
boolean isAsynchronous() -
markAsynchronous
void markAsynchronous()
-