Class ResteasyJaxrsConfigBuildItem


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

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

      • getRootPath

        public String getRootPath()
      • getDefaultPath

        public String getDefaultPath()