Interface ResourceMethod

    • Method Detail

      • getHttpMethods

        Set<String> getHttpMethods()
      • getProduces

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

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

        boolean isAsynchronous()
      • markAsynchronous

        void markAsynchronous()