Uses of Interface
org.midheaven.lang.reflection.InvocationHandler
Packages that use InvocationHandler
-
Uses of InvocationHandler in org.midheaven.lang.reflection
Methods in org.midheaven.lang.reflection with parameters of type InvocationHandlerModifier and TypeMethodDescription<T> TByteBuddyProxyEngine.proxy(Class<T> type, Class<?>[] interfacesTypes, InvocationHandler handler) Performs proxy.Mirror.proxy(InvocationHandler handler, Class<?>... otherTypes) Performs proxy.<T> TNativeMirrorEngine.proxy(Class<T> type, Class<?>[] otherTypes, InvocationHandler handler) Performs proxy.<T> TProxyEngine.proxy(Class<T> type, Class<?>[] otherTypes, InvocationHandler handler)