Interface OpenApiDescriptionGenerator

    • Method Detail

      • generate

        JSONObject generate​(JSONObject documentation)
        Generates or customizes the OpenAPI 3.0 documentation for this webapp's REST endpoints.
        Parameters:
        documentation - a JSONObject object.
        Returns:
        the generated or customized OpenAPI 3.0 documentation as a JSON object.