com.zipxap.vfs.dal.utility
Class JavabeanUtility2

java.lang.Object
  extended by com.zipxap.vfs.dal.utility.JavabeanUtility2

public class JavabeanUtility2
extends java.lang.Object


Constructor Summary
JavabeanUtility2()
           
 
Method Summary
static java.util.List<JavabeanProperty> getBeanGetterSetterCombinations(java.lang.Class c)
          Gets a list of JavabeanProperty objects representing all matching getters/setters of the specified Javabean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavabeanUtility2

public JavabeanUtility2()
Method Detail

getBeanGetterSetterCombinations

public static java.util.List<JavabeanProperty> getBeanGetterSetterCombinations(java.lang.Class c)
Gets a list of JavabeanProperty objects representing all matching getters/setters of the specified Javabean. The search is cached within the JavabeanUtility2, so repeat lookups are acceptable.

Parameters:
c - The JavaBean Class
Returns:
Hashtable(getter Method, setter Method)