public class NativeInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
Constructor and Description |
---|
NativeInvocationHandler(java.util.Map<java.lang.reflect.Method,Invoker> invokers)
Creates a new InvocationHandler instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object self,
java.lang.reflect.Method method,
java.lang.Object[] argArray) |
public NativeInvocationHandler(java.util.Map<java.lang.reflect.Method,Invoker> invokers)
invokers
- A map of method invokersCopyright © 2017. All rights reserved.