类 CglibReflectUtils
java.lang.Object
cn.taketoday.bytecode.core.CglibReflectUtils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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[]private static PropertyDescriptor[]getPropertiesHelper(Class<?> type, boolean read, boolean write) 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
-
getPropertiesHelper
-
findPackageProtected
-
findMethods
-