public class JavaBypass
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.invoke.MethodHandles.Lookup |
TRUSTED_LOOKUP |
static sun.misc.Unsafe |
UNSAFE |
| Constructor and Description |
|---|
JavaBypass() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearReflectionFilter()
Clear the reflection filter maps
|
static java.lang.invoke.MethodHandles.Lookup |
getTrustedLookup()
Get the trusted lookup instance
|
static sun.misc.Unsafe |
getUnsafe()
Get the unsafe instance
|
public static final sun.misc.Unsafe UNSAFE
public static final java.lang.invoke.MethodHandles.Lookup TRUSTED_LOOKUP
public static sun.misc.Unsafe getUnsafe()
public static java.lang.invoke.MethodHandles.Lookup getTrustedLookup()
public static void clearReflectionFilter()
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException - If the Reflection class is not found