Class MatchContext

java.lang.Object
io.varhttp.parameterhandlers.MatchContext
Direct Known Subclasses:
RequestParameterHandler.Configuration

public class MatchContext extends Object
  • Constructor Details

  • Method Details

    • getParameter

      public Parameter getParameter()
    • setParameter

      public void setParameter(Parameter parameter)
    • getMethod

      public Method getMethod()
    • setMethod

      public void setMethod(Method method)
    • getType

      public Class<?> getType()
    • setType

      public void setType(Class<?> type)
    • getDefaultValue

      public String getDefaultValue()
    • setDefaultValue

      public MatchContext setDefaultValue(String defaultValue)