Uses of Interface
io.smallrye.openapi.runtime.scanner.AnnotationScannerExtension
-
Packages that use AnnotationScannerExtension Package Description io.smallrye.openapi.runtime.io.schema io.smallrye.openapi.runtime.scanner io.smallrye.openapi.runtime.scanner.spi -
-
Uses of AnnotationScannerExtension in io.smallrye.openapi.runtime.io.schema
Method parameters in io.smallrye.openapi.runtime.io.schema with type arguments of type AnnotationScannerExtension Modifier and Type Method Description static org.eclipse.microprofile.openapi.models.media.SchemaSchemaFactory. typeToSchema(AnnotationScannerContext context, org.jboss.jandex.Type type, org.jboss.jandex.AnnotationInstance schemaAnnotation, List<AnnotationScannerExtension> extensions)Converts a Jandex type to aSchemamodel. -
Uses of AnnotationScannerExtension in io.smallrye.openapi.runtime.scanner
Classes in io.smallrye.openapi.runtime.scanner that implement AnnotationScannerExtension Modifier and Type Class Description static classAnnotationScannerExtension.DefaultFields in io.smallrye.openapi.runtime.scanner with type parameters of type AnnotationScannerExtension Modifier and Type Field Description static List<AnnotationScannerExtension>AnnotationScannerExtension. DEFAULTConstructor parameters in io.smallrye.openapi.runtime.scanner with type arguments of type AnnotationScannerExtension Constructor Description OpenApiAnnotationScanner(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, Supplier<Iterable<AnnotationScanner>> scannerSupplier, List<AnnotationScannerExtension> extensions)Constructor.OpenApiAnnotationScanner(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, List<AnnotationScannerExtension> extensions)Constructor.OpenApiAnnotationScanner(OpenApiConfig config, org.jboss.jandex.IndexView index, List<AnnotationScannerExtension> extensions)Constructor. -
Uses of AnnotationScannerExtension in io.smallrye.openapi.runtime.scanner.spi
Fields in io.smallrye.openapi.runtime.scanner.spi with type parameters of type AnnotationScannerExtension Modifier and Type Field Description protected List<AnnotationScannerExtension>AbstractParameterProcessor. extensionsMethods in io.smallrye.openapi.runtime.scanner.spi that return types with arguments of type AnnotationScannerExtension Modifier and Type Method Description List<AnnotationScannerExtension>AnnotationScannerContext. getExtensions()Constructor parameters in io.smallrye.openapi.runtime.scanner.spi with type arguments of type AnnotationScannerExtension Constructor Description AbstractParameterProcessor(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, OpenApiConfig config, org.eclipse.microprofile.openapi.models.OpenAPI openApi)
-