Class RouteMethodDescription

java.lang.Object
io.quarkus.vertx.http.runtime.devmode.RouteMethodDescription

public class RouteMethodDescription extends Object
  • Constructor Details

    • RouteMethodDescription

      public RouteMethodDescription()
    • RouteMethodDescription

      public RouteMethodDescription(String httpMethod, String fullPath, String produces, String consumes)
    • RouteMethodDescription

      public RouteMethodDescription(String javaMethod, String httpMethod, String fullPath, String produces, String consumes)
  • Method Details

    • getJavaMethod

      public String getJavaMethod()
    • setJavaMethod

      public void setJavaMethod(String javaMethod)
    • getHttpMethod

      public String getHttpMethod()
    • setHttpMethod

      public void setHttpMethod(String httpMethod)
    • getFullPath

      public String getFullPath()
    • setFullPath

      public void setFullPath(String fullPath)
    • getProduces

      public String getProduces()
    • setProduces

      public void setProduces(String produces)
    • getConsumes

      public String getConsumes()
    • setConsumes

      public void setConsumes(String consumes)
    • toString

      public String toString()
      Overrides:
      toString in class Object