public static final class RubyModule.MethodClumper extends Object
Constructor and Description |
---|
MethodClumper() |
Modifier and Type | Method and Description |
---|---|
void |
clump(Class cls) |
Map<String,List<JavaMethodDescriptor>> |
getAllAnnotatedMethods()
Deprecated.
|
Map<String,List<JavaMethodDescriptor>> |
getAnnotatedMethods() |
Map<String,List<JavaMethodDescriptor>> |
getStaticAnnotatedMethods() |
public void clump(Class cls)
@Deprecated public Map<String,List<JavaMethodDescriptor>> getAllAnnotatedMethods()
public final Map<String,List<JavaMethodDescriptor>> getAnnotatedMethods()
public final Map<String,List<JavaMethodDescriptor>> getStaticAnnotatedMethods()
Copyright © 2001-2016 JRuby. All Rights Reserved.