Uses of Interface
java.lang.reflect.InvocationHandler
-
Packages that use InvocationHandler Package Description java.lang.reflect -
-
Uses of InvocationHandler in java.lang.reflect
Fields in java.lang.reflect declared as InvocationHandler Modifier and Type Field Description protected InvocationHandlerProxy. hMethods in java.lang.reflect that return InvocationHandler Modifier and Type Method Description static InvocationHandlerProxy. getInvocationHandler(Object var0)Methods in java.lang.reflect with parameters of type InvocationHandler Modifier and Type Method Description static ObjectProxy. newProxyInstance(ClassLoader var0, Class[] var1, InvocationHandler var2)Constructors in java.lang.reflect with parameters of type InvocationHandler Constructor Description Proxy(InvocationHandler var0)
-