Uses of Interface
io.smallrye.openapi.api.OpenApiConfig
Packages that use OpenApiConfig
Package
Description
-
Uses of OpenApiConfig in io.smallrye.openapi.api
Classes in io.smallrye.openapi.api that implement OpenApiConfigModifier and TypeClassDescriptionclassImplementation of theOpenApiConfiginterface that gets config information from a standard MP Config object.Methods in io.smallrye.openapi.api that return OpenApiConfigModifier and TypeMethodDescriptionstatic OpenApiConfigOpenApiConfig.fromConfig(org.eclipse.microprofile.config.Config config) static OpenApiConfigOpenApiConfigImpl.fromConfig(org.eclipse.microprofile.config.Config config) Deprecated.Methods in io.smallrye.openapi.api with parameters of type OpenApiConfig -
Uses of OpenApiConfig in io.smallrye.openapi.api.util
Methods in io.smallrye.openapi.api.util with parameters of type OpenApiConfigModifier and TypeMethodDescriptionstatic final voidConfigUtil.applyConfig(OpenApiConfig config, org.eclipse.microprofile.openapi.models.OpenAPI oai, boolean defaultRequiredProperties) protected static final voidConfigUtil.configureInfo(OpenApiConfig config, org.eclipse.microprofile.openapi.models.OpenAPI oai) protected static voidConfigUtil.configureServers(OpenApiConfig config, String pathName, org.eclipse.microprofile.openapi.models.PathItem pathItem) Configures the servers for a PathItem.protected static final voidConfigUtil.configureServers(OpenApiConfig config, org.eclipse.microprofile.openapi.models.OpenAPI oai) protected static voidConfigUtil.configureServers(OpenApiConfig config, org.eclipse.microprofile.openapi.models.Operation operation) Configures the servers for an Operation.protected static final voidConfigUtil.configureVersion(OpenApiConfig config, org.eclipse.microprofile.openapi.models.OpenAPI oai, boolean defaultRequiredProperties) -
Uses of OpenApiConfig in io.smallrye.openapi.runtime
Methods in io.smallrye.openapi.runtime with parameters of type OpenApiConfigModifier and TypeMethodDescriptionstatic org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.bootstrap(OpenApiConfig config, org.jboss.jandex.IndexView index) Deprecated.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.bootstrap(OpenApiConfig config, org.jboss.jandex.IndexView index, OpenApiStaticFile... staticFiles) Deprecated.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.bootstrap(OpenApiConfig config, org.jboss.jandex.IndexView index, ClassLoader classLoader) Deprecated.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.bootstrap(OpenApiConfig config, org.jboss.jandex.IndexView index, ClassLoader classLoader, OpenApiStaticFile... staticFiles) Deprecated.static org.eclipse.microprofile.openapi.OASFilterOpenApiProcessor.getFilter(OpenApiConfig config, ClassLoader loader) Deprecated.static org.eclipse.microprofile.openapi.OASFilterOpenApiProcessor.getFilter(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index) Deprecated.Instantiate theOASFilterconfigured by the application.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.modelFromAnnotations(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index) Deprecated.Create anOpenAPImodel by scanning the deployment for relevant JAX-RS and OpenAPI annotations.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.modelFromAnnotations(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, Supplier<Iterable<AnnotationScanner>> scannerSupplier) Deprecated.Create anOpenAPImodel by scanning the deployment for relevant JAX-RS and OpenAPI annotations.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.modelFromAnnotations(OpenApiConfig config, org.jboss.jandex.IndexView index) Deprecated.Create anOpenAPImodel by scanning the deployment for relevant JAX-RS and OpenAPI annotations.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.modelFromReader(OpenApiConfig config, ClassLoader loader) Deprecated.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.modelFromReader(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index) Deprecated.Instantiate the configuredOASModelReaderand invoke it.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.modelFromStaticFile(OpenApiConfig config, OpenApiStaticFile staticFile) Deprecated.Parse the static file content and return the resulting model. -
Uses of OpenApiConfig in io.smallrye.openapi.runtime.io
Methods in io.smallrye.openapi.runtime.io with parameters of type OpenApiConfigModifier and TypeMethodDescriptionstatic <V,A extends V, O extends V, AB, OB>
JsonIO<V, A, O, AB, OB> JsonIO.newInstance(OpenApiConfig config) static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiParser.parse(InputStream stream, Format format, OpenApiConfig config) Deprecated.Parses the resource found at the given stream. -
Uses of OpenApiConfig in io.smallrye.openapi.runtime.scanner
Constructors in io.smallrye.openapi.runtime.scanner with parameters of type OpenApiConfigModifierConstructorDescriptionFilteredIndexView(org.jboss.jandex.IndexView delegate, OpenApiConfig config) Constructor.OpenApiAnnotationScanner(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index) Deprecated.Constructor.OpenApiAnnotationScanner(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, Supplier<Iterable<AnnotationScanner>> scannerSupplier) Deprecated.OpenApiAnnotationScanner(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) 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 OpenApiConfig in io.smallrye.openapi.runtime.scanner.spi
Methods in io.smallrye.openapi.runtime.scanner.spi that return OpenApiConfigMethods in io.smallrye.openapi.runtime.scanner.spi with parameters of type OpenApiConfigModifier and TypeMethodDescriptionprotected static booleanAbstractAnnotationScanner.processProfiles(OpenApiConfig config, org.eclipse.microprofile.openapi.models.Extensible<?> extensible) Checks if the given extensible contains profiles, and if the extensible should be included in the final openapi document.Constructors in io.smallrye.openapi.runtime.scanner.spi with parameters of type OpenApiConfigModifierConstructorDescriptionAnnotationScannerContext(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) AnnotationScannerContext(org.jboss.jandex.IndexView index, ClassLoader classLoader, OpenApiConfig config)
fromConfig(Config)instead