| Package | Description |
|---|---|
| io.helidon.microprofile.server |
Microprofile 1.0 server implementation.
|
| Modifier and Type | Method | Description |
|---|---|---|
JaxRsApplication |
JaxRsApplication.Builder.build() |
Create a new instance based on this builder.
|
static JaxRsApplication |
JaxRsApplication.create(java.lang.Class<? extends javax.ws.rs.core.Application> application) |
Create a new instance based on an JAX-RS Application class.
|
static JaxRsApplication |
JaxRsApplication.create(javax.ws.rs.core.Application application) |
Create an instance based on a JAX-RS application.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<JaxRsApplication> |
Server.Builder.getApplications() |
| Modifier and Type | Method | 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.