Class OpenAPIHttpHandlerServiceInstaller
java.lang.Object
org.wildfly.extension.microprofile.openapi.deployment.OpenAPIHttpHandlerServiceInstaller
- All Implemented Interfaces:
org.wildfly.subsystem.service.DeploymentServiceInstaller
public class OpenAPIHttpHandlerServiceInstaller
extends Object
implements org.wildfly.subsystem.service.DeploymentServiceInstaller
Service that registers the OpenAPI HttpHandler.
- Author:
- Paul Ferraro, Michael Edgar
-
Constructor Summary
ConstructorsConstructorDescriptionOpenAPIHttpHandlerServiceInstaller(OpenAPIEndpointConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionvoidinstall(org.jboss.as.server.deployment.DeploymentPhaseContext context)
-
Constructor Details
-
OpenAPIHttpHandlerServiceInstaller
-
-
Method Details
-
install
public void install(org.jboss.as.server.deployment.DeploymentPhaseContext context) - Specified by:
installin interfaceorg.wildfly.subsystem.service.DeploymentServiceInstaller
-