Class ResteasyReactiveDeploymentBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.resteasy.reactive.server.deployment.ResteasyReactiveDeploymentBuildItem
public final class ResteasyReactiveDeploymentBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
-
Constructor Summary
ConstructorsConstructorDescriptionResteasyReactiveDeploymentBuildItem(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deployment, String applicationPath) -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment>
-
Constructor Details
-
ResteasyReactiveDeploymentBuildItem
public ResteasyReactiveDeploymentBuildItem(io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> deployment, String applicationPath)
-
-
Method Details
-
getDeployment
public io.quarkus.runtime.RuntimeValue<org.jboss.resteasy.reactive.server.core.Deployment> getDeployment() -
getApplicationPath
-