Package | Description |
---|---|
org.jruby.javasupport.proxy |
Modifier and Type | Method and Description |
---|---|
JavaProxyInvocationHandler |
InternalJavaProxy.___getInvocationHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JavaProxyConstructor.newInstance(java.lang.Object[] args,
JavaProxyInvocationHandler handler) |
static java.lang.Object |
JavaProxyClass.newProxyInstance(Ruby runtime,
java.lang.Class superClass,
java.lang.Class[] interfaces,
java.lang.Class[] constructorParameters,
java.lang.Object[] constructorArgs,
JavaProxyInvocationHandler handler) |
Copyright © 2001-2018 JRuby. All Rights Reserved.