Class AllowableValuesMapper
- java.lang.Object
-
- springfox.documentation.swagger1.mappers.AllowableValuesMapper
-
public abstract class AllowableValuesMapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AllowableValuesMapper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract AllowableListValues
toSwaggerAllowableListValues(AllowableListValues from)
abstract AllowableRangeValues
toSwaggerAllowableRangeValues(AllowableRangeValues from)
AllowableValues
toSwaggerAllowableValues(AllowableValues original)
-
-
-
Method Detail
-
toSwaggerAllowableListValues
public abstract AllowableListValues toSwaggerAllowableListValues(AllowableListValues from)
-
toSwaggerAllowableRangeValues
public abstract AllowableRangeValues toSwaggerAllowableRangeValues(AllowableRangeValues from)
-
toSwaggerAllowableValues
public AllowableValues toSwaggerAllowableValues(AllowableValues original)
-
-