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 with
java.lang.invoke.MethodHandles
.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A dispatcher to interact withjava.lang.invoke.MethodHandles$Lookup
. -
Method Summary
Modifier and TypeMethodDescriptionResolves the publicjava.lang.invoke.MethodHandles$Lookup
.
-
Method Details
-
publicLookup
Resolves the publicjava.lang.invoke.MethodHandles$Lookup
.- Returns:
- The public
java.lang.invoke.MethodHandles$Lookup
.
-