Class DiffContext


  • public class DiffContext
    extends Object
    Created by Quentin Desramé on 04/04/17.
    • Constructor Detail

      • DiffContext

        public DiffContext()
    • Method Detail

      • copyWithMethod

        public DiffContext copyWithMethod​(io.swagger.v3.oas.models.PathItem.HttpMethod method)
      • copyWithRequired

        public DiffContext copyWithRequired​(boolean required)
      • isResponse

        public boolean isResponse()
      • isRequest

        public boolean isRequest()
      • getUrl

        public String getUrl()
      • getMethod

        public io.swagger.v3.oas.models.PathItem.HttpMethod getMethod()
      • isRequired

        public Boolean isRequired()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object