Class OperationHiddenReader
- java.lang.Object
-
- springfox.documentation.swagger.readers.operation.OperationHiddenReader
-
- All Implemented Interfaces:
org.springframework.plugin.core.Plugin<DocumentationType>,OperationBuilderPlugin
@Component @Order(-2147482648) public class OperationHiddenReader extends java.lang.Object implements OperationBuilderPlugin
-
-
Constructor Summary
Constructors Constructor Description OperationHiddenReader()
-
Method Summary
All 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
-
apply
public 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 interfaceOperationBuilderPlugin- Parameters:
context- - context that can be used to override the parameter attributes- See Also:
Operation,OperationBuilder
-
supports
public boolean supports(DocumentationType delimiter)
- Specified by:
supportsin interfaceorg.springframework.plugin.core.Plugin<DocumentationType>
-
-