Package org.restlet.engine.util
Class BeanInfoUtils
- java.lang.Object
-
- org.restlet.engine.util.BeanInfoUtils
-
public class BeanInfoUtils extends java.lang.ObjectUtilities to get theBeanInfoof a class.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.Class<?>,java.beans.BeanInfo>cacheBeanInfo cache.
-
Constructor Summary
Constructors Constructor Description BeanInfoUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.beans.BeanInfogetBeanInfo(java.lang.Class<?> clazz)Get a BeanInfo from cache or create it.
-