Package org.forgerock.http
Interface DescribedHttpApplication
- All Superinterfaces:
 HttpApplication
- All Known Subinterfaces:
 AdminHttpApplication
- All Known Implementing Classes:
 BaseAdminHttpApplication
An 
HttpApplication that produces OpenAPI API Descriptors.- 
Method Summary
Modifier and TypeMethodDescriptionApiProducer<io.swagger.models.Swagger>Provides the OpenAPI descriptor producer with which to produce the API.Methods inherited from interface org.forgerock.http.HttpApplication
getBufferFactory, start, stop 
- 
Method Details
- 
getApiProducer
ApiProducer<io.swagger.models.Swagger> getApiProducer()Provides the OpenAPI descriptor producer with which to produce the API.- Returns:
 - Non-null producer.
 
 
 -