public static enum MethodLookupEngine.Default.Factory extends Enum<MethodLookupEngine.Default.Factory> implements MethodLookupEngine.Factory
MethodLookupEngine.Default lookup
 engines.| Enum Constant and Description | 
|---|
| INSTANCEThe singleton instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodLookupEngine | make(boolean extractDefaultMethods)Returns a  MethodLookupEngine. | 
| static MethodLookupEngine.Default.Factory | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MethodLookupEngine.Default.Factory[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MethodLookupEngine.Default.Factory INSTANCE
public static MethodLookupEngine.Default.Factory[] values()
for (MethodLookupEngine.Default.Factory c : MethodLookupEngine.Default.Factory.values()) System.out.println(c);
public static MethodLookupEngine.Default.Factory 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 MethodLookupEngine make(boolean extractDefaultMethods)
MethodLookupEngine.FactoryMethodLookupEngine.make in interface MethodLookupEngine.FactoryextractDefaultMethods - true if interface default methods should be resolved.MethodLookupEngine.Copyright © 2014. All rights reserved.