Interface OpenApiSpecConfig

    • Method Detail

      • getParsedSpecFileName

        @Stability(Experimental)
        @Nullable
        default String getParsedSpecFileName()
        (experimental) The name of the output parsed OpenAPI specification file.

        Must end with .json.

        Default: "parsed-spec.json"

      • getSpecFileName

        @Stability(Experimental)
        @Nullable
        default String getSpecFileName()
        (experimental) The name of the OpenAPI specification file.

        Default: "spec.yaml"