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 interface
JavaConstant.MethodHandle.MethodHandles.Lookup
A dispatcher to interact withjava.lang.invoke.MethodHandles$Lookup
.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
publicLookup()
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
.
-
-