public static enum InterceptorBindingBuilder.Level extends java.lang.Enum<InterceptorBindingBuilder.Level>
Enum Constant and Description |
---|
ANNOTATION_CLASS |
ANNOTATION_METHOD |
CLASS |
EXACT_METHOD |
OVERLOADED_METHOD |
PACKAGE |
Modifier and Type | Method and Description |
---|---|
static InterceptorBindingBuilder.Level |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InterceptorBindingBuilder.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterceptorBindingBuilder.Level PACKAGE
public static final InterceptorBindingBuilder.Level ANNOTATION_CLASS
public static final InterceptorBindingBuilder.Level CLASS
public static final InterceptorBindingBuilder.Level ANNOTATION_METHOD
public static final InterceptorBindingBuilder.Level OVERLOADED_METHOD
public static final InterceptorBindingBuilder.Level EXACT_METHOD
public static InterceptorBindingBuilder.Level[] values()
for (InterceptorBindingBuilder.Level c : InterceptorBindingBuilder.Level.values()) System.out.println(c);
public static InterceptorBindingBuilder.Level 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 null