public class RequestMappingClassAnnotationProcessor extends Object implements ClassAnnotationProcessor<org.springframework.web.bind.annotation.RequestMapping>
| Constructor and Description |
|---|
RequestMappingClassAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getProcessType() |
void |
process(SwaggerGenerator swaggerGenerator,
org.springframework.web.bind.annotation.RequestMapping requestMapping) |
protected void |
processMethod(org.springframework.web.bind.annotation.RequestMethod[] requestMethods,
SwaggerGenerator swaggerGenerator) |
protected void |
processPath(String[] paths,
SwaggerGenerator swaggerGenerator) |
public RequestMappingClassAnnotationProcessor()
public Type getProcessType()
getProcessType in interface ClassAnnotationProcessor<org.springframework.web.bind.annotation.RequestMapping>public void process(SwaggerGenerator swaggerGenerator, org.springframework.web.bind.annotation.RequestMapping requestMapping)
process in interface ClassAnnotationProcessor<org.springframework.web.bind.annotation.RequestMapping>protected void processPath(String[] paths, SwaggerGenerator swaggerGenerator)
protected void processMethod(org.springframework.web.bind.annotation.RequestMethod[] requestMethods,
SwaggerGenerator swaggerGenerator)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.