Interface OperationBuilderPlugin
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
public interface OperationBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(OperationContext context)Implement this method to override the Operation using the OperationBuilder available in the context
-
-
-
Method Detail
-
apply
void apply(OperationContext context)
Implement this method to override the Operation using the OperationBuilder available in the context- Parameters:
context- - context that can be used to override the parameter attributes- See Also:
Operation,OperationBuilder
-
-