Interface DescribedHttpApplication

All Superinterfaces:
HttpApplication

public interface DescribedHttpApplication extends HttpApplication
An HttpApplication that produces OpenAPI API Descriptors.
  • Method Details

    • getApiProducer

      ApiProducer<io.swagger.models.Swagger> getApiProducer()
      Provides the OpenAPI descriptor producer with which to produce the API.
      Returns:
      Non-null producer.