@Component @Order(value=-2147482648) public class SwaggerOperationModelsProvider extends java.lang.Object implements OperationModelsProviderPlugin
| Constructor and Description |
|---|
SwaggerOperationModelsProvider(com.fasterxml.classmate.TypeResolver typeResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(RequestMappingContext context)
Implement this method to collect input parameters and return values
|
boolean |
supports(DocumentationType delimiter) |
@Autowired public SwaggerOperationModelsProvider(com.fasterxml.classmate.TypeResolver typeResolver)
public void apply(RequestMappingContext context)
OperationModelsProviderPluginapply in interface OperationModelsProviderPlugincontext - - context that can be used to override the parameter attributesOperation,
RequestMappingContextpublic boolean supports(DocumentationType delimiter)
supports in interface org.springframework.plugin.core.Plugin<DocumentationType>