| Package | Description |
|---|---|
| io.helidon.microprofile.server |
Microprofile 1.0 server implementation.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static JaxRsApplication.Builder |
JaxRsApplication.builder()
A new fluent API builder to create a customized
JaxRsApplication. |
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.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.