public interface OperationBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
Modifier and Type | Method and Description |
---|---|
void |
apply(OperationContext context)
Implement this method to override the Operation using the OperationBuilder available in the context
|
void apply(OperationContext context)
context
- - context that can be used to override the parameter attributesOperation
,
OperationBuilder