public static enum ClassInjector.UsingLookup.Dispatcher.Creator extends Enum<ClassInjector.UsingLookup.Dispatcher.Creator> implements PrivilegedAction<ClassInjector.UsingLookup.Dispatcher>
| Enum Constant and Description | 
|---|
| INSTANCEThe singleton instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassInjector.UsingLookup.Dispatcher | run() | 
| static ClassInjector.UsingLookup.Dispatcher.Creator | valueOf(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(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.UsingLookup.Dispatcher run()
run in interface PrivilegedAction<ClassInjector.UsingLookup.Dispatcher>Copyright © 2014–2019. All rights reserved.