public class PrivateLookups
extends java.lang.Object
MethodHandles.Lookup instances.
This has been tested on Java 8 and 17.
Created by covers1624 on 7/6/22.
| Constructor and Description |
|---|
PrivateLookups() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.invoke.MethodHandles.Lookup |
getTrustedLookup()
Returns a fully trusted
MethodHandles.Lookup
capable of reflecting into any object/method/field. |