Uses of Interface
org.teavm.metaprogramming.InvocationHandler
Packages that use InvocationHandler
-
Uses of InvocationHandler in org.teavm.metaprogramming
Methods in org.teavm.metaprogramming with parameters of type InvocationHandlerModifier and TypeMethodDescriptionstatic <T> Value<T>
Metaprogramming.proxy(Class<T> type, InvocationHandler<T> handler)
static <T> Value<T>
Metaprogramming.proxy(ReflectClass<T> type, InvocationHandler<T> handler)