public static enum ClientInterceptorRepositoryImpl.InterceptorType extends Enum<ClientInterceptorRepositoryImpl.InterceptorType>
Enum Constant and Description |
---|
ClientExecution |
MessageBodyReader |
MessageBodyWriter |
Modifier and Type | Method and Description |
---|---|
static ClientInterceptorRepositoryImpl.InterceptorType |
getInterceptorTypeFor(Class<?> type) |
static ClientInterceptorRepositoryImpl.InterceptorType |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ClientInterceptorRepositoryImpl.InterceptorType getInterceptorTypeFor(Class<?> type)
Copyright © 2018 JBoss by Red Hat. All rights reserved.