Uses of Interface
org.springdoc.core.customizers.OperationCustomizer
Packages that use OperationCustomizer
-
Uses of OperationCustomizer in org.springdoc.core.customizers
Subinterfaces of OperationCustomizer in org.springdoc.core.customizersModifier and TypeInterfaceDescriptioninterfaceImplement and register a bean of typeGlobalOperationComponentsCustomizerto customize an operation based on the components and handler method input on default OpenAPI description and groupsinterfaceImplement 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.classThe type Querydsl predicate operation customizer.Methods in org.springdoc.core.customizers that return types with arguments of type OperationCustomizerModifier and TypeMethodDescriptionSpringDocCustomizers.getOperationCustomizers()Gets operation customizers. -
Uses of OperationCustomizer in org.springdoc.core.models
Methods in org.springdoc.core.models that return types with arguments of type OperationCustomizerModifier and TypeMethodDescriptionGroupedOpenApi.getOperationCustomizers()Gets operation customizers.Methods in org.springdoc.core.models with parameters of type OperationCustomizerModifier and TypeMethodDescriptionGroupedOpenApi.Builder.addOperationCustomizer(OperationCustomizer operationCustomizer) Add operation customizer builder.Method parameters in org.springdoc.core.models with type arguments of type OperationCustomizerModifier and TypeMethodDescriptionGroupedOpenApi.addAllOperationCustomizer(Collection<? extends OperationCustomizer> operationCustomizerCollection) Add all operation customizer grouped open api.