Interface OpenAPIGenerator

All Known Implementing Classes:
OpenAPIGeneratorImpl

public interface OpenAPIGenerator
This bean generates OpenAPI documentation according to the 3.1 specification.

Generated documentation includes operations with entities, predefined REST queries and exposed services.

  • Method Summary

    Modifier and Type
    Method
    Description
    io.swagger.v3.oas.models.OpenAPI
     
  • Method Details

    • generateOpenAPI

      io.swagger.v3.oas.models.OpenAPI generateOpenAPI()
      Returns:
      a OpenAPI object that can be transformed to JSON or YAML version of documentation