| Package | Description |
|---|---|
| javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
| org.jboss.resteasy.core | |
| org.jboss.resteasy.plugins.guice.ext | |
| org.jboss.resteasy.spi |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeDelegate |
RuntimeDelegate.getInstance()
Obtain a
RuntimeDelegate instance. |
| Modifier and Type | Method and Description |
|---|---|
static void |
RuntimeDelegate.setInstance(RuntimeDelegate rd)
Set the runtime delegate that will be used by JAX-RS classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalResteasyProviderFactory
Allow applications to push/pop provider factories onto the stack
|
| Constructor and Description |
|---|
ResponseBuilderProvider(RuntimeDelegate runtimeDelegate) |
UriBuilderProvider(RuntimeDelegate runtimeDelegate) |
VariantListBuilderProvider(RuntimeDelegate runtimeDelegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResteasyProviderFactory |
Copyright © 2013. All Rights Reserved.