Class EndPointHttpMethod

java.lang.Object
org.javalite.activeweb.EndPointHttpMethod

public class EndPointHttpMethod extends Object
This class is to encapsulate an HTTP method (GET, POST, DELETE, etc.) and its corresponding API docs if any.
  • Constructor Details

    • EndPointHttpMethod

      public EndPointHttpMethod(HttpMethod httpMethod, String httpMethodAPI)
  • Method Details

    • getHttpMethod

      public HttpMethod getHttpMethod()
    • getHttpMethodAPI

      public String getHttpMethodAPI()
    • getAPIAsMap

      public JSONMap getAPIAsMap()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object