Class ResteasyServerConfigBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.resteasy.server.common.deployment.ResteasyServerConfigBuildItem

public final class ResteasyServerConfigBuildItem extends io.quarkus.builder.item.SimpleBuildItem
A build item that represents the configuration of the RESTEasy server.
  • Constructor Details

    • ResteasyServerConfigBuildItem

      public ResteasyServerConfigBuildItem(String rootPath, String path, Map<String,String> initParameters)
      rootPath can be different from the path if @ApplicationPath is used. rootPath will not contain the @ApplicationPath while path will contain it.
  • Method Details

    • getRootPath

      public String getRootPath()
    • getPath

      public String getPath()
    • getInitParameters

      public Map<String,String> getInitParameters()