类 BeanPropertyHelper
- java.lang.Object
-
- net.sinodawn.framework.beans.BeanPropertyHelper
-
public abstract class BeanPropertyHelper extends Object
-
-
构造器概要
构造器 构造器 说明 BeanPropertyHelper()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static BeanPropertyDescriptorgetBeanPropertyDescriptor(Class<?> type, String name)static List<BeanPropertyDescriptor>getBeanPropertyDescriptorList(Class<?> type)static <T> TgetPropertyListenerProxy(T bean, boolean nullPropertyUndefined)
-
-
-
方法详细资料
-
getBeanPropertyDescriptor
public static BeanPropertyDescriptor getBeanPropertyDescriptor(Class<?> type, String name)
-
getPropertyListenerProxy
public static <T> T getPropertyListenerProxy(T bean, boolean nullPropertyUndefined)
-
getBeanPropertyDescriptorList
public static List<BeanPropertyDescriptor> getBeanPropertyDescriptorList(Class<?> type)
-
-