Class ConfiguredPathInfo

java.lang.Object
io.quarkus.vertx.http.deployment.devmode.ConfiguredPathInfo

public class ConfiguredPathInfo extends Object
  • Constructor Details

    • ConfiguredPathInfo

      public ConfiguredPathInfo(String name, String endpointPath, boolean isAbsolutePath, boolean management)
  • Method Details

    • getName

      public String getName()
    • getEndpointPath

      public String getEndpointPath(HttpRootPathBuildItem httpRoot)
    • getEndpointPath

      public String getEndpointPath(NonApplicationRootPathBuildItem nonAppRoot, io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, io.quarkus.deployment.builditem.LaunchModeBuildItem mode)