public class RubyMethodRef
extends org.kohsuke.stapler.lang.MethodRef
| Constructor and Description |
|---|
RubyMethodRef(org.jruby.RubyModule klass,
org.jruby.internal.runtime.methods.DynamicMethod method) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> type) |
Object |
invoke(Object _this,
Object... args) |
public RubyMethodRef(org.jruby.RubyModule klass,
org.jruby.internal.runtime.methods.DynamicMethod method)
public <T extends Annotation> T getAnnotation(Class<T> type)
getAnnotation in class org.kohsuke.stapler.lang.MethodRefpublic Object invoke(Object _this, Object... args) throws InvocationTargetException, IllegalAccessException
invoke in class org.kohsuke.stapler.lang.MethodRefInvocationTargetExceptionIllegalAccessExceptionCopyright © 2014. All rights reserved.