org.cert.cc.util
Class ReflectUtils
java.lang.Object
org.cert.cc.util.ReflectUtils
public class ReflectUtils
- extends Object
Reflection API helpers
© 2011 Carnegie Mellon University
- Author:
- Aaron Reffett
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectUtils
public ReflectUtils()
getBeanGetters
public static PropertyDescriptor[] getBeanGetters(Class<?> cls)
- Return the JavaBeans getters on the given class
- Parameters:
cls
-
- Returns:
Copyright © 2012 Carnegie Mellon University