| Package | Description |
|---|---|
| io.helidon.microprofile.server |
Microprofile 1.0 server implementation.
|
| Modifier and Type | Method and Description |
|---|---|
JaxRsApplication |
JaxRsApplication.Builder.build()
Create a new instance based on this builder.
|
static JaxRsApplication |
JaxRsApplication.create(Class<? extends Application> application)
Create a new instance based on an JAX-RS Application class.
|
static JaxRsApplication |
JaxRsApplication.create(Application application)
Create an instance based on a JAX-RS application.
|
| Modifier and Type | Method and Description |
|---|---|
List<JaxRsApplication> |
Server.Builder.applications() |
| Modifier and Type | Method and Description |
|---|---|
Server.Builder |
Server.Builder.addApplication(JaxRsApplication application)
Add a JAX-RS application with all possible options to this server.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.