public class JavaInterop
extends java.lang.Object
| Constructor and Description |
|---|
JavaInterop() |
| Modifier and Type | Method and Description |
|---|---|
static void |
enableReflectionCache(boolean enable) |
static JavaInterceptor |
getInterceptor() |
static boolean |
isReflectionCacheEnabled() |
static boolean |
isSandboxed() |
static void |
register(JavaInterceptor interceptor) |
static void |
unregister() |
public static void enableReflectionCache(boolean enable)
public static boolean isReflectionCacheEnabled()
public static boolean isSandboxed()
public static void register(JavaInterceptor interceptor)
public static void unregister()
public static JavaInterceptor getInterceptor()