Interface OperationBuilderPlugin
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
- All Known Implementing Classes:
AbstractOperationParameterRequestConditionReader
,DefaultOperationReader
,MediaTypeReader
,OpenApiOperationAuthReader
,OpenApiOperationTagsReader
,OpenApiResponseReader
,OperationAuthReader
,OperationDeprecatedReader
,OperationHiddenReader
,OperationHttpMethodReader
,OperationImplicitParameterReader
,OperationImplicitParametersReader
,OperationNicknameIntoUniqueIdReader
,OperationNotesReader
,OperationParameterHeadersConditionReader
,OperationParameterReader
,OperationParameterRequestConditionReader
,OperationPositionReader
,OperationResponseClassReader
,OperationSummaryReader
,OperationTagsReader
,ResponseMessagesReader
,SpringRestDocsOperationBuilderPlugin
,SwaggerMediaTypeReader
,SwaggerOperationResponseClassReader
,SwaggerOperationTagsReader
,SwaggerResponseMessageReader
,VendorExtensionsReader
public interface OperationBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(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
-
-