Package net.bytebuddy.utility
Interface JavaConstant.MethodHandle.MethodHandles
-
- Enclosing class:
- JavaConstant.MethodHandle
@Proxied("java.lang.invoke.MethodHandles") protected static interface JavaConstant.MethodHandle.MethodHandles
A dispatcher to interact withjava.lang.invoke.MethodHandles.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJavaConstant.MethodHandle.MethodHandles.LookupA dispatcher to interact withjava.lang.invoke.MethodHandles$Lookup.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectpublicLookup()Resolves the publicjava.lang.invoke.MethodHandles$Lookup.
-
-
-
Method Detail
-
publicLookup
@IsStatic java.lang.Object publicLookup()
Resolves the publicjava.lang.invoke.MethodHandles$Lookup.- Returns:
- The public
java.lang.invoke.MethodHandles$Lookup.
-
-