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.delegates | |
org.jboss.resteasy.spi |
Modifier and Type | Method and Description |
---|---|
abstract <T> RuntimeDelegate.HeaderDelegate<T> |
RuntimeDelegate.createHeaderDelegate(Class<T> type)
Obtain an instance of a HeaderDelegate for the supplied class.
|
Modifier and Type | Field and Description |
---|---|
protected RuntimeDelegate.HeaderDelegate |
StringParameterInjector.delegate |
Modifier and Type | Method and Description |
---|---|
<T> RuntimeDelegate.HeaderDelegate<T> |
ThreadLocalResteasyProviderFactory.createHeaderDelegate(Class<T> tClass) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadLocalResteasyProviderFactory.addHeaderDelegate(Class clazz,
RuntimeDelegate.HeaderDelegate header) |
Modifier and Type | Class and Description |
---|---|
class |
CacheControlDelegate |
class |
CookieHeaderDelegate |
class |
EntityTagDelegate |
class |
LinkHeaderDelegate |
class |
LocaleDelegate |
class |
MediaTypeHeaderDelegate |
class |
NewCookieHeaderDelegate |
class |
UriHeaderDelegate |
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,RuntimeDelegate.HeaderDelegate> |
ResteasyProviderFactory.headerDelegates |
Modifier and Type | Method and Description |
---|---|
<T> RuntimeDelegate.HeaderDelegate<T> |
ResteasyProviderFactory.createHeaderDelegate(Class<T> tClass) |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyProviderFactory.addHeaderDelegate(Class clazz,
RuntimeDelegate.HeaderDelegate header) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.