org.apache.camel.guice.support
Class Reflectors

java.lang.Object
  extended by org.apache.camel.guice.support.Reflectors

public final class Reflectors
extends Object

Some reflection helper methods


Method Summary
static List<Method> getAllMethods(Class<?> type)
          Returns all the methods on the given type ignoring overloaded methods
static List<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
 

Method Detail

getAllMethods

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


getAllMethods

public static List<Method> getAllMethods(com.google.inject.TypeLiteral<?> startType)
Returns all the methods on the given type ignoring overloaded methods



Apache Camel