Interface OpenApiSpecInputProvider


public interface OpenApiSpecInputProvider
Provider interface for clients to dynamically provide their own OpenAPI specification files.
  • Method Summary

    Modifier and Type
    Method
    Description
    read(io.quarkus.deployment.CodeGenContext context)
    Fetch OpenAPI specification files from a given source.
  • Method Details

    • read

      List<SpecInputModel> read(io.quarkus.deployment.CodeGenContext context)
      Fetch OpenAPI specification files from a given source.
      Returns:
      a list of spec files in InputStream format.