类 BeanMetaUtils

java.lang.Object
cn.dinodev.spring.commons.bean.BeanMetaUtils

public class BeanMetaUtils extends Object
作者:
Cody Lu
  • 构造器详细资料

    • BeanMetaUtils

      public BeanMetaUtils()
  • 方法详细资料

    • forClass

      public static BeanMeta forClass(Class<?> beanClass)
      the bean info of the bean class
      参数:
      beanClass -
      返回:
    • forClassWithJsonView

      public static BeanMetaWithJsonView forClassWithJsonView(Class<?> beanClass, Class<?> activeView)
      the bean info of the bean class, with active json view
      参数:
      beanClass -
      activeView -
      返回:
      另请参阅:
      • JsonView