Package springfox.documentation.schema
Class Enums
- java.lang.Object
-
- springfox.documentation.schema.Enums
-
public class Enums extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AllowableValues
allowableValues(java.lang.Class<?> type)
static AllowableValues
emptyListValuesToNull(AllowableListValues values)
-
-
-
Method Detail
-
allowableValues
public static AllowableValues allowableValues(java.lang.Class<?> type)
-
emptyListValuesToNull
public static AllowableValues emptyListValuesToNull(AllowableListValues values)
-
-