Class SwaggerOperationModelsProvider
- java.lang.Object
-
- springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider
-
- All Implemented Interfaces:
org.springframework.plugin.core.Plugin<DocumentationType>,OperationModelsProviderPlugin
@Component @Order(-2147482648) public class SwaggerOperationModelsProvider extends java.lang.Object implements OperationModelsProviderPlugin
-
-
Constructor Summary
Constructors Constructor Description SwaggerOperationModelsProvider(com.fasterxml.classmate.TypeResolver typeResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(RequestMappingContext context)Implement this method to collect input parameters and return valuesbooleansupports(DocumentationType delimiter)
-
-
-
Method Detail
-
apply
public void apply(RequestMappingContext context)
Description copied from interface:OperationModelsProviderPluginImplement this method to collect input parameters and return values- Specified by:
applyin interfaceOperationModelsProviderPlugin- Parameters:
context- - context that can be used to override the parameter attributes- See Also:
Operation,RequestMappingContext
-
supports
public boolean supports(DocumentationType delimiter)
- Specified by:
supportsin interfaceorg.springframework.plugin.core.Plugin<DocumentationType>
-
-