Package cn.dinodev.spring.commons.bean
Class BeanMetaUtils
java.lang.Object
cn.dinodev.spring.commons.bean.BeanMetaUtils
- Author:
- Cody Lu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BeanMetathe bean info of the bean classstatic BeanMetaWithJsonViewforClassWithJsonView(Class<?> beanClass, Class<?> activeView) the bean info of the bean class, with active json view
-
Constructor Details
-
BeanMetaUtils
public BeanMetaUtils()
-
-
Method Details
-
forClass
the bean info of the bean class- Parameters:
beanClass-- Returns:
-
forClassWithJsonView
the bean info of the bean class, with active json view- Parameters:
beanClass-activeView-- Returns:
- See Also:
-
JsonView
-