Package io.swagger.util
Class AllowableEnumValues
- java.lang.Object
-
- io.swagger.util.AllowableEnumValues
-
- All Implemented Interfaces:
AllowableValues
public class AllowableEnumValues extends Object implements AllowableValues
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<PropertyBuilder.PropertyId,Object>asPropertyArguments()static AllowableEnumValuescreate(String allowableValues)List<String>getItems()
-
-
-
Method Detail
-
create
public static AllowableEnumValues create(String allowableValues)
-
asPropertyArguments
public Map<PropertyBuilder.PropertyId,Object> asPropertyArguments()
- Specified by:
asPropertyArgumentsin interfaceAllowableValues
-
-