| Package | Description |
|---|---|
| org.jboss.resteasy.client.core |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<ClientInterceptorRepositoryImpl.InterceptorType,java.util.LinkedList<?>> |
ClientInterceptorRepositoryImpl.interceptorLists |
| Modifier and Type | Method and Description |
|---|---|
static ClientInterceptorRepositoryImpl.InterceptorType |
ClientInterceptorRepositoryImpl.InterceptorType.getInterceptorTypeFor(java.lang.Class<?> type) |
static ClientInterceptorRepositoryImpl.InterceptorType |
ClientInterceptorRepositoryImpl.InterceptorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientInterceptorRepositoryImpl.InterceptorType[] |
ClientInterceptorRepositoryImpl.InterceptorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.LinkedList |
ClientInterceptorRepositoryImpl.getInterceptors(ClientInterceptorRepositoryImpl.InterceptorType interceptorType) |
private void |
ClientInterceptorRepositoryImpl.setData(ClientInterceptorRepositoryImpl.InterceptorType type,
java.util.Collection newList) |
private void |
ClientInterceptorRepositoryImpl.setData(ClientInterceptorRepositoryImpl.InterceptorType type,
java.lang.Object[] arr) |