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() |
Modifier and Type | Method and Description |
---|---|
BeanDescription |
getBeanDescription(Class<?> clazz)
Returned bean descriptions are hold in a cache.
|
public BeanDescription getBeanDescription(Class<?> clazz)
clazz
- to get a bean description for.Copyright © 2005–2016 QOS.ch. All rights reserved.