Uses of Class
io.smallrye.openapi.runtime.OpenApiStaticFile
-
Packages that use OpenApiStaticFile Package Description io.smallrye.openapi.runtime -
-
Uses of OpenApiStaticFile in io.smallrye.openapi.runtime
Methods in io.smallrye.openapi.runtime with parameters of type OpenApiStaticFile Modifier and Type Method Description static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor. bootstrap(OpenApiConfig config, org.jboss.jandex.IndexView index, OpenApiStaticFile... staticFiles)static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor. bootstrap(OpenApiConfig config, org.jboss.jandex.IndexView index, ClassLoader classLoader, OpenApiStaticFile... staticFiles)static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor. modelFromStaticFile(OpenApiConfig config, OpenApiStaticFile staticFile)Parse the static file content and return the resulting model.static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor. modelFromStaticFile(OpenApiStaticFile staticFile)Parse the static file content and return the resulting model.
-