Interface ResourceMethod

All Superinterfaces:
ResourceLocator
All Known Implementing Classes:
DefaultResourceMethod

public interface ResourceMethod extends ResourceLocator
Author:
Christian Kaltepoth
  • Method Details

    • getHttpMethods

      Set<String> getHttpMethods()
    • getProduces

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

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

      boolean isAsynchronous()
    • markAsynchronous

      void markAsynchronous()