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