Package org.forgerock.http
Interface DescribedHttpApplication
- 
- All Superinterfaces:
 HttpApplication
public interface DescribedHttpApplication extends HttpApplication
AnHttpApplicationthat produces OpenAPI API Descriptors. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiProducer<io.swagger.models.Swagger>getApiProducer()Provides the OpenAPI descriptor producer with which to produce the API.- 
Methods inherited from interface org.forgerock.http.HttpApplication
getBufferFactory, start, stop 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getApiProducer
ApiProducer<io.swagger.models.Swagger> getApiProducer()
Provides the OpenAPI descriptor producer with which to produce the API.- Returns:
 - Non-null producer.
 
 
 - 
 
 -