public class SimplePropertyDescriptor extends Object
SimplePropertyDescriptor()
SimplePropertyDescriptor(String name, Method readMethod, Method writeMethod)
String
getName()
static SimplePropertyDescriptor[]
getPropertyDescriptors(Class<? extends Object> clazz)
Method
getReadMethod()
getWriteMethod()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimplePropertyDescriptor()
public SimplePropertyDescriptor(String name, Method readMethod, Method writeMethod)
public String getName()
public Method getReadMethod()
public Method getWriteMethod()
public static SimplePropertyDescriptor[] getPropertyDescriptors(Class<? extends Object> clazz)