Class BeanInfoUtils

java.lang.Object
org.restlet.engine.util.BeanInfoUtils

public class BeanInfoUtils extends Object
Utilities to get the BeanInfo of a class.
Author:
Manuel Boillod
  • Constructor Details

    • BeanInfoUtils

      public BeanInfoUtils()
  • Method Details

    • getBeanInfo

      public static BeanInfo getBeanInfo(Class<?> clazz)
      Get a BeanInfo from cache or create it. Stop introspection to Object or Throwable if the class is a subtype of Throwable
      Parameters:
      clazz - The class
      Returns:
      BeanInfo of the class