T - the generic typepublic interface BeanPropertyDescriptor<T,V>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<T> |
getInstanceType()
Gets the instance type.
|
java.lang.String |
getName()
Gets the property name.
|
java.lang.Class<V> |
getType()
Gets the property type.
|