Class OperationAuthReader
- java.lang.Object
- 
- springfox.documentation.swagger.readers.operation.OperationAuthReader
 
- 
- All Implemented Interfaces:
- org.springframework.plugin.core.Plugin<DocumentationType>,- OperationBuilderPlugin
 
 @Component @Order(-2147482648) public class OperationAuthReader extends java.lang.Object implements OperationBuilderPlugin 
- 
- 
Constructor SummaryConstructors Constructor Description OperationAuthReader()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(OperationContext context)Implement this method to override the Operation using the OperationBuilder available in the contextbooleansupports(DocumentationType delimiter)
 
- 
- 
- 
Method Detail- 
applypublic void apply(OperationContext context) Description copied from interface:OperationBuilderPluginImplement this method to override the Operation using the OperationBuilder available in the context- Specified by:
- applyin interface- OperationBuilderPlugin
- Parameters:
- context- - context that can be used to override the parameter attributes
- See Also:
- Operation,- OperationBuilder
 
 - 
supportspublic boolean supports(DocumentationType delimiter) - Specified by:
- supportsin interface- org.springframework.plugin.core.Plugin<DocumentationType>
 
 
- 
 
-