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