public class RequestMappingClassAnnotationProcessor extends Object implements ClassAnnotationProcessor
| Constructor and Description |
|---|
RequestMappingClassAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Object annotation,
SwaggerGenerator swaggerGenerator) |
protected void |
processMethod(org.springframework.web.bind.annotation.RequestMethod[] requestMethods,
SwaggerGenerator swaggerGenerator) |
protected void |
processPath(String[] paths,
SwaggerGenerator swaggerGenerator) |
protected void |
processProduces(String[] produces,
io.swagger.models.Swagger swagger) |
public RequestMappingClassAnnotationProcessor()
public void process(Object annotation, SwaggerGenerator swaggerGenerator)
process in interface ClassAnnotationProcessorprotected void processPath(String[] paths, SwaggerGenerator swaggerGenerator)
protected void processMethod(org.springframework.web.bind.annotation.RequestMethod[] requestMethods,
SwaggerGenerator swaggerGenerator)
protected void processProduces(String[] produces, io.swagger.models.Swagger swagger)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.