Class ResteasyServerConfigBuildItem


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

      • 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 Detail

      • getRootPath

        public String getRootPath()
      • getPath

        public String getPath()