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 Summary
ConstructorsConstructorDescriptionResteasyJaxrsConfigBuildItem(String rootPath, String defaultPath) rootPath can be different from the defaultPath if@ApplicationPathis used. -
Method Summary
-
Constructor Details
-
ResteasyJaxrsConfigBuildItem
rootPath can be different from the defaultPath if@ApplicationPathis used. rootPath will not contain the@ApplicationPathwhile defaultPath will contain it.
-
-
Method Details
-
getRootPath
-
getDefaultPath
-