Interface OperationModelsProviderPlugin
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
- All Known Implementing Classes:
OperationModelsProvider,SwaggerOperationModelsProvider
public interface OperationModelsProviderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(RequestMappingContext context)Implement this method to collect input parameters and return values
-
-
-
Method Detail
-
apply
void apply(RequestMappingContext context)
Implement this method to collect input parameters and return values- Parameters:
context- - context that can be used to override the parameter attributes- See Also:
Operation,RequestMappingContext
-
-