public final class JaxRsApplication
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JaxRsApplication.Builder
Fluent API builder to create
JaxRsApplication instances. |
| Modifier and Type | Method and Description |
|---|---|
static JaxRsApplication.Builder |
builder()
A new fluent API builder to create a customized
JaxRsApplication. |
static JaxRsApplication |
create(Application application)
Create an instance based on a JAX-RS application.
|
static JaxRsApplication |
create(java.lang.Class<? extends Application> application)
Create a new instance based on an JAX-RS Application class.
|
public static JaxRsApplication create(java.lang.Class<? extends Application> application)
application - class of an application (JAX-RS) to wrappublic static JaxRsApplication create(Application application)
application - JAX-RS application instancepublic static JaxRsApplication.Builder builder()
JaxRsApplication.Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.