public class SimplePropertyDescriptor
extends java.lang.Object
Constructor and Description |
---|
SimplePropertyDescriptor() |
SimplePropertyDescriptor(java.lang.String name,
java.lang.reflect.Method readMethod,
java.lang.reflect.Method writeMethod) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static SimplePropertyDescriptor[] |
getPropertyDescriptors(java.lang.Class<? extends java.lang.Object> clazz) |
java.lang.reflect.Method |
getReadMethod() |
java.lang.reflect.Method |
getWriteMethod() |
public SimplePropertyDescriptor()
public SimplePropertyDescriptor(java.lang.String name, java.lang.reflect.Method readMethod, java.lang.reflect.Method writeMethod)
public java.lang.String getName()
public java.lang.reflect.Method getReadMethod()
public java.lang.reflect.Method getWriteMethod()
public static SimplePropertyDescriptor[] getPropertyDescriptors(java.lang.Class<? extends java.lang.Object> clazz)