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 InvocationHandler
Proxy. h
Methods in java.lang.reflect that return InvocationHandler Modifier and Type Method Description static InvocationHandler
Proxy. getInvocationHandler(Object var0)
Methods in java.lang.reflect with parameters of type InvocationHandler Modifier and Type Method Description static Object
Proxy. newProxyInstance(ClassLoader var0, Class[] var1, InvocationHandler var2)
Constructors in java.lang.reflect with parameters of type InvocationHandler Constructor Description Proxy(InvocationHandler var0)
-