Class ApiContextOperationCustomizer
java.lang.Object
com.bluebell.greenhouse.planter.resolvers.request.ApiContextOperationCustomizer
- All Implemented Interfaces:
org.springdoc.core.customizers.OperationCustomizer
@Component
public final class ApiContextOperationCustomizer
extends Object
implements org.springdoc.core.customizers.OperationCustomizer
Adds query parameters consumed by resolved request contexts to generated OpenAPI operations.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.swagger.v3.oas.models.Operationcustomize(io.swagger.v3.oas.models.Operation operation, org.springframework.web.method.HandlerMethod handlerMethod)
-
Constructor Details
-
ApiContextOperationCustomizer
public ApiContextOperationCustomizer()
-
-
Method Details
-
customize
public io.swagger.v3.oas.models.Operation customize(io.swagger.v3.oas.models.Operation operation, org.springframework.web.method.HandlerMethod handlerMethod) - Specified by:
customizein interfaceorg.springdoc.core.customizers.OperationCustomizer
-