public static enum ClassInjector.UsingLookup.Dispatcher.Creator extends java.lang.Enum<ClassInjector.UsingLookup.Dispatcher.Creator> implements java.security.PrivilegedAction<ClassInjector.UsingLookup.Dispatcher>
| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
ClassInjector.UsingLookup.Dispatcher |
run() |
static ClassInjector.UsingLookup.Dispatcher.Creator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassInjector.UsingLookup.Dispatcher.Creator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassInjector.UsingLookup.Dispatcher.Creator INSTANCE
public static ClassInjector.UsingLookup.Dispatcher.Creator[] values()
for (ClassInjector.UsingLookup.Dispatcher.Creator c : ClassInjector.UsingLookup.Dispatcher.Creator.values()) System.out.println(c);
public static ClassInjector.UsingLookup.Dispatcher.Creator 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 ClassInjector.UsingLookup.Dispatcher run()
run in interface java.security.PrivilegedAction<ClassInjector.UsingLookup.Dispatcher>