org.guiceyfruit.support
Class Reflectors

java.lang.Object
  extended by org.guiceyfruit.support.Reflectors

public class Reflectors
extends java.lang.Object

Some reflection helper methods

Version:
$Revision: 1.1 $

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

Reflectors

public Reflectors()
Method Detail

getAllMethods

public static java.util.List<java.lang.reflect.Method> getAllMethods(java.lang.Class<?> type)
Returns all the methods on the given type ignoring overloaded methods


getAllMethods

public 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



Copyright © 2011. All Rights Reserved.