private static enum ClientInterceptorRepositoryImpl.InterceptorType extends java.lang.Enum<ClientInterceptorRepositoryImpl.InterceptorType>
Enum Constant and Description |
---|
ClientExecution |
MessageBodyReader |
MessageBodyWriter |
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Class<?> |
clazz |
Modifier and Type | Method and Description |
---|---|
static ClientInterceptorRepositoryImpl.InterceptorType |
getInterceptorTypeFor(java.lang.Class<?> type) |
static ClientInterceptorRepositoryImpl.InterceptorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientInterceptorRepositoryImpl.InterceptorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientInterceptorRepositoryImpl.InterceptorType MessageBodyReader
public static final ClientInterceptorRepositoryImpl.InterceptorType MessageBodyWriter
public static final ClientInterceptorRepositoryImpl.InterceptorType ClientExecution
public static ClientInterceptorRepositoryImpl.InterceptorType[] values()
for (ClientInterceptorRepositoryImpl.InterceptorType c : ClientInterceptorRepositoryImpl.InterceptorType.values()) System.out.println(c);
public static ClientInterceptorRepositoryImpl.InterceptorType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ClientInterceptorRepositoryImpl.InterceptorType getInterceptorTypeFor(java.lang.Class<?> type)