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 Details

    • empty

      private static final javax.ws.rs.core.MediaType[] empty
    • httpMethods

      protected Set<String> httpMethods
    • produces

      protected javax.ws.rs.core.MediaType[] produces
    • consumes

      protected javax.ws.rs.core.MediaType[] consumes
    • asynchronous

      protected boolean asynchronous
  • Constructor Details

  • Method Details

    • getHttpMethods

      public Set<String> getHttpMethods()
    • getProduces

      public javax.ws.rs.core.MediaType[] getProduces()
    • getConsumes

      public javax.ws.rs.core.MediaType[] getConsumes()
    • isAsynchronous

      public boolean isAsynchronous()