public class PutMappingMethodAnnotationProcessor extends Object
| Constructor and Description |
|---|
PutMappingMethodAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Object annotation,
OperationGenerator operationGenerator) |
protected void |
processConsumes(String[] consumes,
io.swagger.models.Operation operation) |
protected void |
processMethod(org.springframework.web.bind.annotation.RequestMethod requestMethod,
OperationGenerator operationGenerator) |
protected void |
processPath(String[] paths,
OperationGenerator operationGenerator) |
protected void |
processProduces(String[] produces,
io.swagger.models.Operation operation) |
public void process(Object annotation, OperationGenerator operationGenerator)
protected void processPath(String[] paths, OperationGenerator operationGenerator)
protected void processMethod(org.springframework.web.bind.annotation.RequestMethod requestMethod,
OperationGenerator operationGenerator)
protected void processConsumes(String[] consumes, io.swagger.models.Operation operation)
protected void processProduces(String[] produces, io.swagger.models.Operation operation)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.