Package org.springdoc.core.customizers
Interface GlobalOperationCustomizer
-
- All Superinterfaces:
OperationCustomizer
- All Known Implementing Classes:
ActuatorOperationCustomizer
public interface GlobalOperationCustomizer extends OperationCustomizer
Implement and register a bean of typeGlobalOperationCustomizer
to customize an operation based on the handler method input on default OpenAPI description and groups- Author:
- christophejan
- See Also:
customize operations on default OpenAPI description but not groups
-
-
Method Summary
-
Methods inherited from interface org.springdoc.core.customizers.OperationCustomizer
customize
-
-