public interface org.jruby.javasupport.JavaUtil$RubyConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jruby.javasupport.JavaUtil$RubyConverter
  super_class: java.lang.Object
{
  public abstract java.lang.Object convert(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      context     
      rubyObject  
}
SourceFile: "JavaUtil.java"
NestHost: org.jruby.javasupport.JavaUtil
InnerClasses:
  public abstract RubyConverter = org.jruby.javasupport.JavaUtil$RubyConverter of org.jruby.javasupport.JavaUtil
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()