Searched defs:PropertyDescriptor (Results 1 – 1 of 1) sorted by relevance
26 public class PropertyDescriptor extends FeatureDescriptor { class37 public PropertyDescriptor(String propertyName, Class<?> beanClass, String getterName, in PropertyDescriptor() method in PropertyDescriptor64 public PropertyDescriptor(String propertyName, Method getter, Method setter) in PropertyDescriptor() method in PropertyDescriptor76 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor