Interface OpenAPIEndpointConfiguration
- All Known Subinterfaces:
OpenAPIModelConfiguration
- All Known Implementing Classes:
DeploymentUnitOpenAPIModelConfiguration
public interface OpenAPIEndpointConfiguration
Encapsulates the configuration of an OpenAPI endpoint.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the Undertow host to which this application is deployed.getPath()Returns the URL path of the OpenAPI endpoint.Returns the name of the Undertow server to which this application is deployed.
-
Method Details
-
getServerName
String getServerName()Returns the name of the Undertow server to which this application is deployed.- Returns:
- the name of an Undertow server
-
getHostName
String getHostName()Returns the name of the Undertow host to which this application is deployed.- Returns:
- the name of an Undertow server
-
getPath
String getPath()Returns the URL path of the OpenAPI endpoint.- Returns:
- an endpoint path
-