Class JavaObject

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType
Direct Known Subclasses:
JavaArray, JavaClass

@Deprecated public class JavaObject extends RubyObject
Deprecated.
since 9.4
Java::JavaObject wrapping is no longer used with JRuby. The (automatic) Java proxy wrapping has been the preferred method for a while. Just keep using java.lang.Object.new as usual, without the manual JavaObject.wrap java_object.
Author:
jpetersen
See Also: