Class ConfiguredPathInfo
- java.lang.Object
-
- io.quarkus.vertx.http.deployment.devmode.console.ConfiguredPathInfo
-
public class ConfiguredPathInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfiguredPathInfo(String name, String endpointPath, boolean isAbsolutePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndpointPath(HttpRootPathBuildItem httpRoot)StringgetEndpointPath(NonApplicationRootPathBuildItem nonAppRoot)StringgetName()
-
-
-
Method Detail
-
getName
public String getName()
-
getEndpointPath
public String getEndpointPath(HttpRootPathBuildItem httpRoot)
-
getEndpointPath
public String getEndpointPath(NonApplicationRootPathBuildItem nonAppRoot)
-
-