org.cert.cc.util
Class ReflectUtils

java.lang.Object
  extended by org.cert.cc.util.ReflectUtils

public class ReflectUtils
extends Object

Reflection API helpers

© 2011 Carnegie Mellon University

Author:
Aaron Reffett

Constructor Summary
ReflectUtils()
           
 
Method Summary
static PropertyDescriptor[] getBeanGetters(Class<?> cls)
          Return the JavaBeans getters on the given class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectUtils

public ReflectUtils()
Method Detail

getBeanGetters

public static PropertyDescriptor[] getBeanGetters(Class<?> cls)
Return the JavaBeans getters on the given class

Parameters:
cls -
Returns:


Copyright © 2012 Carnegie Mellon University