Uses of Class
io.helidon.microprofile.server.JaxRsApplication.Builder
-
Uses of JaxRsApplication.Builder in io.helidon.microprofile.server
Modifier and TypeMethodDescriptionJaxRsApplication.Builder.application
(Application app) Set the JAX-RS application that forms this instance.JaxRsApplication.Builder.application
(Class<? extends Application> appClass) Set the JAX-RS application class that forms this instance.JaxRsApplication.Builder.applicationClass
(Class<? extends Application> applicationClass) Configure an application class without inspecting it for annotations and without creating a config from it.Configure an explicit application name.static JaxRsApplication.Builder
JaxRsApplication.builder()
A new fluent API builder to create a customizedJaxRsApplication
.JaxRsApplication.Builder.config
(ResourceConfig config) Set resource configuration that forms this application.JaxRsApplication.Builder.contextRoot
(String contextRoot) Configure an explicit context root for this application.JaxRsApplication.Builder.executorService
(ExecutorService executorService) Configure an executor service to be used for this application.JaxRsApplication.Builder.routingName
(String routingName) Configure a routing name.JaxRsApplication.Builder.routingNameRequired
(boolean routingNameRequired) In case theJaxRsApplication.routingName()
is configured to a non-default name, you can control with this property whether the name is required (and boot would fail if such a named port is not configured), or default routing is used when the named one is missing.