public class RequestParamAnnotationProcessor extends AbstractParameterProcessor<io.swagger.models.parameters.QueryParameter>
| Constructor and Description |
|---|
RequestParamAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
io.swagger.models.parameters.QueryParameter |
createParameter() |
protected void |
fillParameter(Object annotation,
OperationGenerator operationGenerator,
int paramIdx,
io.swagger.models.parameters.QueryParameter parameter) |
protected String |
getAnnotationParameterDefaultValue(Object annotation) |
String |
getAnnotationParameterName(Object annotation) |
process, setParameterDefaultValue, setParameterName, setParameterTypepublic io.swagger.models.parameters.QueryParameter createParameter()
createParameter in class AbstractParameterProcessor<io.swagger.models.parameters.QueryParameter>public String getAnnotationParameterName(Object annotation)
getAnnotationParameterName in class AbstractParameterProcessor<io.swagger.models.parameters.QueryParameter>protected void fillParameter(Object annotation, OperationGenerator operationGenerator, int paramIdx, io.swagger.models.parameters.QueryParameter parameter)
fillParameter in class AbstractParameterProcessor<io.swagger.models.parameters.QueryParameter>protected String getAnnotationParameterDefaultValue(Object annotation)
getAnnotationParameterDefaultValue in class AbstractParameterProcessor<io.swagger.models.parameters.QueryParameter>Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.