org.jruby.javasupport
Class RubyConversion
java.lang.Object
org.jruby.javasupport.RubyConversion
- public class RubyConversion
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyConversion
public RubyConversion(RubyProxyFactory factory)
getRuby
public Ruby getRuby()
convertJavaToRuby
public IRubyObject[] convertJavaToRuby(java.lang.Object[] obj)
convertJavaToRuby
public IRubyObject convertJavaToRuby(java.lang.Object obj)
convertRubyToJava
public java.lang.Object[] convertRubyToJava(IRubyObject[] obj)
convertRubyToJava
public java.lang.Object convertRubyToJava(IRubyObject obj)
convertRubyToJava
public java.lang.Object convertRubyToJava(IRubyObject obj,
java.lang.Class type)
convertRubyArrayToJava
public java.lang.Object convertRubyArrayToJava(RubyArray array,
java.lang.Class type)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
Copyright © 2002 Jan Arne Petersen. All Rights Reserved.