@Component @Order(value=-2147483648) public class DefaultOperationReader extends java.lang.Object implements OperationBuilderPlugin
| Constructor and Description |
|---|
DefaultOperationReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(OperationContext context)
Implement this method to override the Operation using the OperationBuilder available in the context
|
boolean |
supports(DocumentationType delimiter) |
public void apply(OperationContext context)
OperationBuilderPluginapply in interface OperationBuilderPlugincontext - - context that can be used to override the parameter attributesOperation,
OperationBuilderpublic boolean supports(DocumentationType delimiter)
supports in interface org.springframework.plugin.core.Plugin<DocumentationType>