public static enum InterceptorBindingBuilder.Level extends 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(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(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 nullCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.