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