Uses of Interface
org.springdoc.core.customizers.OperationCustomizer
Packages that use OperationCustomizer
-
Uses of OperationCustomizer in org.springdoc.core
Methods in org.springdoc.core that return types with arguments of type OperationCustomizerModifier and TypeMethodDescriptionGroupedOpenApi.getOperationCustomizers()Gets operation customizers.Methods in org.springdoc.core with parameters of type OperationCustomizerModifier and TypeMethodDescriptionGroupedOpenApi.Builder.addOperationCustomizer(OperationCustomizer operationCustomizer) Add operation customizer builder.Method parameters in org.springdoc.core with type arguments of type OperationCustomizerModifier and TypeMethodDescriptionGroupedOpenApi.addAllOperationCustomizer(Collection<? extends OperationCustomizer> operationCustomizerCollection) Add all operation customizer grouped open api. -
Uses of OperationCustomizer in org.springdoc.core.customizers
Subinterfaces of OperationCustomizer in org.springdoc.core.customizersModifier and TypeInterfaceDescriptioninterfaceImplement and register a bean of typeGlobalOperationCustomizerto customize an operation based on the handler method input on default OpenAPI description and groupsClasses in org.springdoc.core.customizers that implement OperationCustomizerModifier and TypeClassDescriptionclassThe type Actuator operation customizer.Methods in org.springdoc.core.customizers that return types with arguments of type OperationCustomizerModifier and TypeMethodDescriptionSpringDocCustomizers.getOperationCustomizers()Gets operation customizers.