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