Class AllowableListValues
- java.lang.Object
- 
- springfox.documentation.swagger1.dto.AllowableListValues
 
- 
- All Implemented Interfaces:
- AllowableValues
 
 public class AllowableListValues extends java.lang.Object implements AllowableValues 
- 
- 
Constructor SummaryConstructors Constructor Description AllowableListValues()AllowableListValues(java.util.List<java.lang.String> values, java.lang.String valueType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getValues()java.lang.StringgetValueType()voidsetValues(java.util.List<java.lang.String> values)voidsetValueType(java.lang.String valueType)
 
-