Uses of Interface
io.smallrye.openapi.api.OperationHandler
Packages that use OperationHandler
-
Uses of OperationHandler in io.smallrye.openapi.api
Fields in io.smallrye.openapi.api declared as OperationHandlerMethods in io.smallrye.openapi.api with parameters of type OperationHandlerModifier and TypeMethodDescriptionSmallRyeOpenAPI.Builder.withOperationHandler(OperationHandler handler) Provide anOperationHandlerto be called for each operation discovered during annotation scanning. -
Uses of OperationHandler in io.smallrye.openapi.runtime.scanner.spi
Methods in io.smallrye.openapi.runtime.scanner.spi that return OperationHandlerConstructors in io.smallrye.openapi.runtime.scanner.spi with parameters of type OperationHandlerModifierConstructorDescriptionAnnotationScannerContext(FilteredIndexView index, ClassLoader classLoader, List<AnnotationScannerExtension> extensions, boolean addDefaultExtension, OpenApiConfig config, OperationHandler operationHandler, org.eclipse.microprofile.openapi.models.OpenAPI openApi)