Interface OpenApiSpecInputProvider
public interface OpenApiSpecInputProvider
Provider interface for clients to dynamically provide their own OpenAPI specification files.
-
Method Summary
Modifier and TypeMethodDescriptionread(io.quarkus.deployment.CodeGenContext context) Fetch OpenAPI specification files from a given source.
-
Method Details
-
read
Fetch OpenAPI specification files from a given source.- Returns:
- a list of spec files in
InputStreamformat.
-