Package io.swagger.util
Class ParameterProcessor
- java.lang.Object
-
- io.swagger.util.ParameterProcessor
-
public class ParameterProcessor extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParameterProcessor.ParamWrapper<T extends Annotation>Wraps either an @ApiParam or and @ApiImplicitParam
-
Constructor Summary
Constructors Constructor Description ParameterProcessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ParameterapplyAnnotations(Swagger swagger, Parameter parameter, Type type, List<Annotation> annotations)
-