BeanProperty
instead@Deprecated public class PropertyDescriptor extends Object implements Named
PropertyDescriptor
.Modifier and Type | Method and Description |
---|---|
Class<?> |
getBeanClass()
Deprecated.
|
String |
getName()
Deprecated.
|
Method |
getReadMethod()
Deprecated.
|
Class<?> |
getType()
Deprecated.
|
Method |
getWriteMethod()
Deprecated.
|
public String getName()
public Class<?> getBeanClass()
public Class<?> getType()
@Nullable public Method getReadMethod()
@Nullable public Method getWriteMethod()