private static enum FactoryProvider2.SuperMethodLookup extends java.lang.Enum<FactoryProvider2.SuperMethodLookup>
| Enum Constant and Description |
|---|
FIND_SPECIAL |
PRIVATE_LOOKUP |
UNREFLECT_SPECIAL |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract java.lang.invoke.MethodHandle |
superMethodHandle(java.lang.reflect.Method method,
java.lang.invoke.MethodHandles.Lookup lookup) |
static FactoryProvider2.SuperMethodLookup |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FactoryProvider2.SuperMethodLookup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FactoryProvider2.SuperMethodLookup UNREFLECT_SPECIAL
public static final FactoryProvider2.SuperMethodLookup FIND_SPECIAL
public static final FactoryProvider2.SuperMethodLookup PRIVATE_LOOKUP
public static FactoryProvider2.SuperMethodLookup[] values()
for (FactoryProvider2.SuperMethodLookup c : FactoryProvider2.SuperMethodLookup.values()) System.out.println(c);
public static FactoryProvider2.SuperMethodLookup 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 nullabstract java.lang.invoke.MethodHandle superMethodHandle(java.lang.reflect.Method method,
java.lang.invoke.MethodHandles.Lookup lookup)
throws java.lang.ReflectiveOperationException
java.lang.ReflectiveOperationException