类 BeanMetaWithJsonView
java.lang.Object
cn.dinodev.spring.commons.bean.BeanMetaWithJsonView
- 所有已实现的接口:
BeanMeta
- 作者:
- Cody Lu
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanClass<?>active json viewClass<?>bean classProperty[]bean property descriptors of the bean classgetProperty(String propertyName) bean property descriptor of property nameString[]bean property namesProperty[]readable property descriptorsString[]readable property namesProperty[]unreadable property descriptorsString[]unreadable property namesProperty[]unwritable property descriptorsString[]unwritable property namesProperty[]writable property descriptorsString[]writable property namesinthashCode()
-
构造器详细资料
-
BeanMetaWithJsonView
-
-
方法详细资料
-
getActiveView
active json view- 返回:
- the activeView
-
getBeanClass
从接口复制的说明:BeanMetabean class- 指定者:
getBeanClass在接口中BeanMeta- 返回:
- the beanClass
-
getPropertyNames
从接口复制的说明:BeanMetabean property names- 指定者:
getPropertyNames在接口中BeanMeta- 返回:
- the property names
-
getProperties
从接口复制的说明:BeanMetabean property descriptors of the bean class- 指定者:
getProperties在接口中BeanMeta- 返回:
- the property descriptors, or empty array if not found
-
getProperty
从接口复制的说明:BeanMetabean property descriptor of property name- 指定者:
getProperty在接口中BeanMeta- 返回:
- the property descriptor, or null if not found
-
getReadableProperties
从接口复制的说明:BeanMetareadable property descriptors- 指定者:
getReadableProperties在接口中BeanMeta- 返回:
- the readable property descriptors, or empty array if not found
-
getWritableProperties
从接口复制的说明:BeanMetawritable property descriptors- 指定者:
getWritableProperties在接口中BeanMeta- 返回:
- the writable property descriptors, or empty array if not found
-
getReadablePropertyNames
从接口复制的说明:BeanMetareadable property names- 指定者:
getReadablePropertyNames在接口中BeanMeta- 返回:
- the readable property names, or empty array if not found
-
getWritablePropertyNames
从接口复制的说明:BeanMetawritable property names- 指定者:
getWritablePropertyNames在接口中BeanMeta- 返回:
- the writable property names, or empty array if not found
-
getUnreadablePropertyNames
从接口复制的说明:BeanMetaunreadable property names- 指定者:
getUnreadablePropertyNames在接口中BeanMeta- 返回:
- the unreadable property names, or empty array if not found
-
getUnreadableProperties
从接口复制的说明:BeanMetaunreadable property descriptors- 指定者:
getUnreadableProperties在接口中BeanMeta- 返回:
- the unreadable property descriptors, or empty array if not found
-
getUnwritablePropertyNames
从接口复制的说明:BeanMetaunwritable property names- 指定者:
getUnwritablePropertyNames在接口中BeanMeta- 返回:
- the unwritable property names, or empty array if not found
-
getUnwritableProperties
从接口复制的说明:BeanMetaunwritable property descriptors- 指定者:
getUnwritableProperties在接口中BeanMeta- 返回:
- the unwritable property descriptors, or empty array if not found
-
equals
-
hashCode
public int hashCode()
-