Return to www.inductionframework.org

com.acciente.commons.reflect
Class Reflector

java.lang.Object
  extended by com.acciente.commons.reflect.Reflector

public class Reflector
extends java.lang.Object

A set of reflection utility methods that use caching for high performance.

Author:
Adinath Raveendra Raj

Constructor Summary
Reflector()
           
 
Method Summary
static java.lang.reflect.Method[] getMethods(java.lang.Class oClass, java.lang.String sMethodName, boolean bIgnoreCase)
          Returns the methods in the specified class with the specified method name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflector

public Reflector()
Method Detail

getMethods

public static java.lang.reflect.Method[] getMethods(java.lang.Class oClass,
                                                    java.lang.String sMethodName,
                                                    boolean bIgnoreCase)
Returns the methods in the specified class with the specified method name.

Parameters:
oClass - the class to reflect into
sMethodName - the name of the method
bIgnoreCase - true if the case of the method should be ignored
Returns:
an array of method objects

Return to www.inductionframework.org

Copyright © 2008-2011 Acciente, LLC. All Rights Reserved.