T - the generic bean typepublic interface BeanPropertyGetterDouble<T> extends BeanPropertyDescriptor<T,java.lang.Double>, cn.featherfly.common.function.serializable.SerializableToDoubleFunction<T>
| 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<java.lang.Double> |
getType()
Gets the property type.
|
default java.lang.Class<T> getInstanceType()
getInstanceType in interface BeanPropertyDescriptor<T,java.lang.Double>default java.lang.Class<java.lang.Double> getType()
getType in interface BeanPropertyDescriptor<T,java.lang.Double>default java.lang.String getName()
getName in interface BeanPropertyDescriptor<T,java.lang.Double>