Class StandardReflectionDriver.PrivilegedActionInvocationHandler<T>
- java.lang.Object
-
- nonapi.io.github.classgraph.reflection.StandardReflectionDriver.PrivilegedActionInvocationHandler<T>
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
- Enclosing class:
- StandardReflectionDriver
private class StandardReflectionDriver.PrivilegedActionInvocationHandler<T> extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description PrivilegedActionInvocationHandler(java.util.concurrent.Callable<T> callable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-