T - the generic bean typeV - the generic property value typepublic interface BeanPropertyGetter<T,V> extends BeanPropertyDescriptor<T,V>, cn.featherfly.common.function.serializable.SerializableFunction<T,V>
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Class<T> |
getInstanceType()
Gets the bean type.
|
default java.lang.String |
getName()
Gets the property name.
|
default java.lang.Class<V> |
getType()
Gets the property type.
|
default java.lang.Class<T> getInstanceType()
getInstanceType in interface BeanPropertyDescriptor<T,V>default java.lang.Class<V> getType()
getType in interface BeanPropertyDescriptor<T,V>default java.lang.String getName()
getName in interface BeanPropertyDescriptor<T,V>