Package com.google.inject.assistedinject
Class FactoryProvider2.PrivateLookup
- java.lang.Object
-
- com.google.inject.assistedinject.FactoryProvider2.PrivateLookup
-
- Enclosing class:
- FactoryProvider2<F>
static class FactoryProvider2.PrivateLookup extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static int
ALL_MODES
private static java.lang.reflect.Constructor<java.lang.invoke.MethodHandles.Lookup>
privateLookupCxtor
-
Constructor Summary
Constructors Constructor Description PrivateLookup()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.reflect.Constructor<java.lang.invoke.MethodHandles.Lookup>
findPrivateLookupCxtor()
(package private) static java.lang.invoke.MethodHandle
superMethodHandle(java.lang.reflect.Method method)
-
-
-
Field Detail
-
ALL_MODES
private static final int ALL_MODES
- See Also:
- Constant Field Values
-
privateLookupCxtor
private static final java.lang.reflect.Constructor<java.lang.invoke.MethodHandles.Lookup> privateLookupCxtor
-
-
Method Detail
-
findPrivateLookupCxtor
private static java.lang.reflect.Constructor<java.lang.invoke.MethodHandles.Lookup> findPrivateLookupCxtor()
-
superMethodHandle
static java.lang.invoke.MethodHandle superMethodHandle(java.lang.reflect.Method method) throws java.lang.ReflectiveOperationException
- Throws:
java.lang.ReflectiveOperationException
-
-