Uses of Interface
java.lang.reflect.InvocationHandler
| Package | Description |
|---|---|
| java.lang.reflect | |
| libcore.reflect |
-
Uses of InvocationHandler in java.lang.reflect
Fields in java.lang.reflect declared as InvocationHandler Modifier and Type Field Description protected InvocationHandlerProxy. hThe invocation handler on which the method calls are dispatched.Methods in java.lang.reflect that return InvocationHandler Modifier and Type Method Description static InvocationHandlerProxy. getInvocationHandler(Object proxy)Returns the invocation handler of the specified proxy instance.Methods in java.lang.reflect with parameters of type InvocationHandler Modifier and Type Method Description static ObjectProxy. newProxyInstance(ClassLoader loader, Class<?>[] interfaces, InvocationHandler h)Returns an instance of the dynamically built class for the specified interfaces.Constructors in java.lang.reflect with parameters of type InvocationHandler Constructor Description Proxy(InvocationHandler h)Constructs a newProxyinstance with the specified invocation handler. -
Uses of InvocationHandler in libcore.reflect
Classes in libcore.reflect that implement InvocationHandler Modifier and Type Class Description classAnnotationFactoryThe annotation implementation based on dynamically generated proxy instances.