Class SwaggerMethod


  • public class SwaggerMethod
    extends Object
    Swagger method model
    • Constructor Detail

      • SwaggerMethod

        public SwaggerMethod​(io.swagger.models.HttpMethod method,
                             String path)
    • Method Detail

      • getMethod

        public io.swagger.models.HttpMethod getMethod()
        HTTP method
        Returns:
        HttpMethod
      • getPath

        public String getPath()
        HTTP Path
        Returns:
        String