类 AllowableListValues

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

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

    • AllowableListValues

      public AllowableListValues(List<String> values, String valueType)
  • 方法详细资料

    • getValues

      public List<String> getValues()
    • getValueType

      public String getValueType()