类 AllowableRangeValues

java.lang.Object
springfox.documentation.service.AllowableRangeValues
所有已实现的接口:
AllowableValues

public class AllowableRangeValues extends Object implements AllowableValues
  • 构造器详细资料

    • AllowableRangeValues

      public AllowableRangeValues(String min, String max)
    • AllowableRangeValues

      public AllowableRangeValues(String min, Boolean exclusiveMin, String max, Boolean exclusiveMax)
  • 方法详细资料

    • getMin

      public String getMin()
    • getMax

      public String getMax()
    • getExclusiveMin

      public Boolean getExclusiveMin()
    • getExclusiveMax

      public Boolean getExclusiveMax()