|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.guiceyfruit.support.Reflectors
public class Reflectors
Some reflection helper methods
Constructor Summary | |
---|---|
Reflectors()
|
Method Summary | |
---|---|
static java.util.List<java.lang.reflect.Method> |
getAllMethods(java.lang.Class<?> type)
Returns all the methods on the given type ignoring overloaded methods |
static java.util.List<java.lang.reflect.Method> |
getAllMethods(com.google.inject.TypeLiteral<?> startType)
Returns all the methods on the given type ignoring overloaded methods |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Reflectors()
Method Detail |
---|
public static java.util.List<java.lang.reflect.Method> getAllMethods(java.lang.Class<?> type)
public static java.util.List<java.lang.reflect.Method> getAllMethods(com.google.inject.TypeLiteral<?> startType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |