Class ResteasyJaxrsConfigBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.resteasy.server.common.spi.ResteasyJaxrsConfigBuildItem

public final class ResteasyJaxrsConfigBuildItem extends io.quarkus.builder.item.SimpleBuildItem
A build item that represents a JAX-RS config.
  • Constructor Details

    • ResteasyJaxrsConfigBuildItem

      public ResteasyJaxrsConfigBuildItem(String rootPath, String defaultPath)
      rootPath can be different from the defaultPath if @ApplicationPath is used. rootPath will not contain the @ApplicationPath while defaultPath will contain it.
  • Method Details

    • getRootPath

      public String getRootPath()
    • getDefaultPath

      public String getDefaultPath()