JaxRsApplication.Builder |
JaxRsApplication.Builder.application(Class<? extends Application> appClass) |
Set the JAX-RS application class that forms this instance.
|
JaxRsApplication.Builder |
JaxRsApplication.Builder.application(Application app) |
Set the JAX-RS application that forms this instance.
|
JaxRsApplication.Builder |
JaxRsApplication.Builder.applicationClass(Class<? extends Application> applicationClass) |
Configure an application class without inspecting it for annotations and
without creating a config from it.
|
JaxRsApplication.Builder |
JaxRsApplication.Builder.appName(String name) |
Configure an explicit application name.
|
static JaxRsApplication.Builder |
JaxRsApplication.builder() |
|
JaxRsApplication.Builder |
JaxRsApplication.Builder.config(ResourceConfig config) |
Set resource configuration that forms this application.
|
JaxRsApplication.Builder |
JaxRsApplication.Builder.contextRoot(String contextRoot) |
Configure an explicit context root for this application.
|
JaxRsApplication.Builder |
JaxRsApplication.Builder.executorService(ExecutorService executorService) |
Configure an executor service to be used for this application.
|
JaxRsApplication.Builder |
JaxRsApplication.Builder.routingName(String routingName) |
Configure a routing name.
|
JaxRsApplication.Builder |
JaxRsApplication.Builder.routingNameRequired(boolean routingNameRequired) |
In case the JaxRsApplication.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.
|