Class OpenApiUtils


  • public class OpenApiUtils
    extends Object
    Utilities for interacting with OpenAPI at runtime.
    • Constructor Detail

      • OpenApiUtils

        public OpenApiUtils()
    • Method Detail

      • getOpenApi

        public static io.swagger.v3.oas.models.OpenAPI getOpenApi​(javax.servlet.ServletConfig servletConfig)
        Obtain the OpenAPI definition for this RESTful API. TODO: make this injectable via Context.