public class BeanDescriptionCache extends Object
BeanDescription instances. All the cache users which use
the same instance of BeanDescriptionCache can profit from each others cached
bean descriptions.
The cache is not thread-safe and should not be shared across configurator instances.
| Constructor and Description |
|---|
BeanDescriptionCache() |
public BeanDescription getBeanDescription(Class<?> clazz)
clazz - to get a bean description for.Copyright © 2005–2016 QOS.ch. All rights reserved.