Uses of Class
io.smallrye.openapi.runtime.OpenApiStaticFile
Packages that use OpenApiStaticFile
-
Uses of OpenApiStaticFile in io.smallrye.openapi.runtime
Methods in io.smallrye.openapi.runtime that return types with arguments of type OpenApiStaticFileModifier and TypeMethodDescriptionstatic List<OpenApiStaticFile> OpenApiProcessor.loadOpenApiStaticFiles(Function<String, URL> loadFunction) Deprecated.Methods in io.smallrye.openapi.runtime with parameters of type OpenApiStaticFileModifier and TypeMethodDescriptionstatic 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, OpenApiStaticFile... staticFiles) Deprecated.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.modelFromStaticFile(OpenApiConfig config, OpenApiStaticFile staticFile) Deprecated.Parse the static file content and return the resulting model.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.modelFromStaticFile(OpenApiStaticFile staticFile) Deprecated.Parse the static file content and return the resulting model.