Package | Description |
---|---|
org.jruby.java.proxies | |
org.jruby.javasupport | |
org.jruby.javasupport.proxy |
Modifier and Type | Method and Description |
---|---|
protected JavaObject |
JavaProxy.asJavaObject(java.lang.Object object) |
Modifier and Type | Class and Description |
---|---|
class |
JavaArray |
class |
JavaClass |
Modifier and Type | Method and Description |
---|---|
JavaObject |
JavaClass.new_array(IRubyObject lengthArgument) |
static JavaObject |
Java.newInterfaceImpl(IRubyObject wrapper,
java.lang.Class[] interfaces) |
static JavaObject |
JavaUtil.unwrapJavaObject(Ruby runtime,
IRubyObject convertee,
java.lang.String errorMessage)
Deprecated.
|
static JavaObject |
JavaObject.wrap(Ruby runtime,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
JavaObject |
JavaProxyConstructor.newInstance(IRubyObject self,
IRubyObject arg0) |
JavaObject |
JavaProxyConstructor.newInstance(IRubyObject self,
IRubyObject[] args) |
JavaObject |
JavaProxyConstructor.newInstance(IRubyObject self,
java.lang.Object[] args) |
Copyright © 2001-2018 JRuby. All Rights Reserved.