/* THIS FILE IS GENERATED. DO NOT EDIT */
package org.jruby.gen;

import org.jruby.Ruby;
import org.jruby.RubyModule;
import org.jruby.RubyClass;
import org.jruby.anno.TypePopulator;
import org.jruby.internal.runtime.methods.JavaMethod;
import org.jruby.internal.runtime.methods.DynamicMethod;
import org.jruby.runtime.Arity;
import org.jruby.runtime.Visibility;
import org.jruby.runtime.MethodIndex;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;

@Generated("org.jruby.anno.AnnotationBinder")
@SuppressWarnings("deprecation")
public class org$jruby$javasupport$JavaArrayUtilities$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        RubyClass singletonClass = cls.getSingletonClass();
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.javasupport.JavaArrayUtilities$INVOKER$s$bytes_to_ruby_string(cls, Visibility.PRIVATE, "bytes_to_ruby_string");
        populateMethod(javaMethod, -1, "bytes_to_ruby_string", true, false, org.jruby.javasupport.JavaArrayUtilities.class, "bytes_to_ruby_string", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = cls.putMethod(runtime, "bytes_to_ruby_string", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "bytes_to_ruby_string", moduleMethod);
        javaMethod = new org.jruby.javasupport.JavaArrayUtilities$INVOKER$s$1$0$java_to_ruby(cls, Visibility.PUBLIC, "java_to_ruby");
        populateMethod(javaMethod, 1, "java_to_ruby", true, false, org.jruby.javasupport.JavaArrayUtilities.class, "java_to_ruby", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = cls.putMethod(runtime, "java_to_ruby", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "java_to_ruby", moduleMethod);
        javaMethod = new org.jruby.javasupport.JavaArrayUtilities$INVOKER$s$1$0$ruby_string_to_bytes(cls, Visibility.PRIVATE, "ruby_string_to_bytes");
        populateMethod(javaMethod, 1, "ruby_string_to_bytes", true, false, org.jruby.javasupport.JavaArrayUtilities.class, "ruby_string_to_bytes", org.jruby.runtime.builtin.IRubyObject.class, ARG2);
        aliasedMethod = cls.putMethod(runtime, "ruby_string_to_bytes", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "ruby_string_to_bytes", moduleMethod);

        runtime.addBoundMethods("org.jruby.javasupport.JavaArrayUtilities", "bytes_to_ruby_string", "bytes_to_ruby_string", "java_to_ruby", "java_to_ruby", "ruby_string_to_bytes", "ruby_string_to_bytes");
    }
    static {
    }
}