public class GetMappingMethodAnnotationProcessor extends Object
| Constructor and Description |
|---|
GetMappingMethodAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcess(OperationGenerator operationGenerator,
String[] paths,
String[] pathValues,
org.springframework.web.bind.annotation.RequestMethod requestMethod,
String[] consumes,
String[] produces) |
Type |
getProcessType() |
void |
process(SwaggerGenerator swaggerGenerator,
OperationGenerator operationGenerator,
org.springframework.web.bind.annotation.GetMapping getMapping) |
protected void |
processPath(OperationGenerator operationGenerator,
String[] paths) |
public Type getProcessType()
public void process(SwaggerGenerator swaggerGenerator, OperationGenerator operationGenerator, org.springframework.web.bind.annotation.GetMapping getMapping)
protected void doProcess(OperationGenerator operationGenerator, String[] paths, String[] pathValues, org.springframework.web.bind.annotation.RequestMethod requestMethod, String[] consumes, String[] produces)
protected void processPath(OperationGenerator operationGenerator, String[] paths)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.