Uses of Interface
io.smallrye.openapi.runtime.scanner.AnnotationScannerExtension
Packages that use AnnotationScannerExtension
-
Uses of AnnotationScannerExtension in io.smallrye.openapi.runtime.scanner
Classes in io.smallrye.openapi.runtime.scanner that implement AnnotationScannerExtensionMethods in io.smallrye.openapi.runtime.scanner that return types with arguments of type AnnotationScannerExtensionModifier and TypeMethodDescriptionstatic List<AnnotationScannerExtension> AnnotationScannerExtension.defaultExtension(AnnotationScannerContext scannerContext) Deprecated.Constructor parameters in io.smallrye.openapi.runtime.scanner with type arguments of type AnnotationScannerExtensionModifierConstructorDescriptionOpenApiAnnotationScanner(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, Supplier<Iterable<AnnotationScanner>> scannerSupplier, List<AnnotationScannerExtension> extensions) Deprecated.Constructor.OpenApiAnnotationScanner(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, List<AnnotationScannerExtension> extensions) Deprecated.Constructor.OpenApiAnnotationScanner(OpenApiConfig config, org.jboss.jandex.IndexView index, List<AnnotationScannerExtension> extensions) Deprecated.Constructor.OpenApiAnnotationScanner(OpenApiConfig config, org.jboss.jandex.IndexView index, List<AnnotationScannerExtension> extensions, boolean addDefaultExtension) Deprecated.Constructor. -
Uses of AnnotationScannerExtension in io.smallrye.openapi.runtime.scanner.spi
Fields in io.smallrye.openapi.runtime.scanner.spi with type parameters of type AnnotationScannerExtensionModifier and TypeFieldDescriptionprotected final List<AnnotationScannerExtension> AbstractParameterProcessor.extensionsMethods in io.smallrye.openapi.runtime.scanner.spi that return types with arguments of type AnnotationScannerExtensionConstructor parameters in io.smallrye.openapi.runtime.scanner.spi with type arguments of type AnnotationScannerExtensionModifierConstructorDescriptionprotectedAbstractParameterProcessor(AnnotationScannerContext scannerContext, String contextPath, Function<org.jboss.jandex.AnnotationInstance, org.eclipse.microprofile.openapi.models.parameters.Parameter> reader, List<AnnotationScannerExtension> extensions) AnnotationScannerContext(FilteredIndexView index, ClassLoader classLoader, List<AnnotationScannerExtension> extensions, boolean addDefaultExtension, OpenApiConfig config, OperationHandler operationHandler, org.eclipse.microprofile.openapi.models.OpenAPI openApi) AnnotationScannerContext(FilteredIndexView index, ClassLoader classLoader, List<AnnotationScannerExtension> extensions, OpenApiConfig config, org.eclipse.microprofile.openapi.models.OpenAPI openApi)