类 CglibReflectUtils
java.lang.Object
cn.taketoday.bytecode.core.CglibReflectUtils
- 版本:
- $Id: ReflectUtils.java,v 1.30 2009/01/11 19:47:49 herbyderby Exp $
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Method[]findMethods(String[] namesAndDescriptors, Method[] methods) static MethodfindNewInstance(Class<?> iface) static intfindPackageProtected(Class[] classes) static PropertyDescriptor[]getBeanGetters(Class<?> type) static PropertyDescriptor[]getBeanProperties(Class<?> type) static PropertyDescriptor[]getBeanSetters(Class<?> type) static Class[]getClasses(Object[] objects) static String[]static Method[]getPropertyMethods(PropertyDescriptor[] properties, boolean read, boolean write)
-
构造器详细资料
-
CglibReflectUtils
public CglibReflectUtils()
-
-
方法详细资料
-
getNames
-
getClasses
-
findNewInstance
-
getPropertyMethods
public static Method[] getPropertyMethods(PropertyDescriptor[] properties, boolean read, boolean write) -
getBeanProperties
-
getBeanGetters
-
getBeanSetters
-
findPackageProtected
-
findMethods
-