/* 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$java$addons$StringJavaAddons$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.java.addons.StringJavaAddons$INVOKER$s$0$0$to_java_bytes(cls, Visibility.PUBLIC, "to_java_bytes");
        populateMethod(javaMethod, 0, "to_java_bytes", true, false, org.jruby.java.addons.StringJavaAddons.class, "to_java_bytes", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "to_java_bytes", javaMethod);
        javaMethod = new org.jruby.java.addons.StringJavaAddons$INVOKER$s$0$0$to_java_string(cls, Visibility.PUBLIC, "to_java_string");
        populateMethod(javaMethod, 0, "to_java_string", true, false, org.jruby.java.addons.StringJavaAddons.class, "to_java_string", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "to_java_string", javaMethod);
        javaMethod = new org.jruby.java.addons.StringJavaAddons$INVOKER$s$from_java_bytes(singletonClass, Visibility.PUBLIC, "from_java_bytes");
        populateMethod(javaMethod, -1, "from_java_bytes", true, false, org.jruby.java.addons.StringJavaAddons.class, "from_java_bytes", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "from_java_bytes", javaMethod);

        runtime.addBoundMethods("org.jruby.java.addons.StringJavaAddons", "to_java_bytes", "to_java_bytes", "to_java_string", "to_java_string", "from_java_bytes", "from_java_bytes");
    }
    static {
    }
}