类 BeanMetaUtils
java.lang.Object
cn.dinodev.spring.commons.bean.BeanMetaUtils
- 作者:
- Cody Lu
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static BeanMetathe bean info of the bean classstatic BeanMetaWithJsonViewforClassWithJsonView(Class<?> beanClass, Class<?> activeView) the bean info of the bean class, with active json view
-
构造器详细资料
-
BeanMetaUtils
public BeanMetaUtils()
-
-
方法详细资料
-
forClass
the bean info of the bean class- 参数:
beanClass-- 返回:
-
forClassWithJsonView
the bean info of the bean class, with active json view- 参数:
beanClass-activeView-- 返回:
- 另请参阅:
-
JsonView
-