com.acciente.commons.reflect
Class Reflector

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

public class Reflector
extends Object

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

Author:
Adinath Raveendra Raj

Constructor Summary
Reflector()
           
 
Method Summary
static Method[] getMethods(Class oClass, 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 Method[] getMethods(Class oClass,
                                  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


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