@JavaDispatcher.Proxied(value="java.lang.invoke.MethodHandles") protected static interface ClassInjector.UsingLookup.MethodHandles
java.lang.invoke.MethodHandles
.Modifier and Type | Interface and Description |
---|---|
static interface |
ClassInjector.UsingLookup.MethodHandles.Lookup
A dispatcher for
java.lang.invoke.MethodHandles$Lookup . |
Modifier and Type | Method and Description |
---|---|
Object |
privateLookupIn(Class<?> type,
Object lookup)
Resolves the supplied lookup instance's access scope for the supplied type.
|
@JavaDispatcher.IsStatic Object privateLookupIn(Class<?> type, @JavaDispatcher.Proxied(value="java.lang.invoke.MethodHandles$Lookup") Object lookup) throws IllegalAccessException
type
- The type to resolve the scope for.lookup
- The lookup to resolve.IllegalAccessException
- If an illegal access occurs.Copyright © 2014–1970. All rights reserved.