Uses of Class
ch.qos.logback.core.joran.util.beans.BeanDescriptionCache
Packages that use BeanDescriptionCache
Package
Description
Contains Joran configuration classes.
-
Uses of BeanDescriptionCache in ch.qos.logback.core.joran
Fields in ch.qos.logback.core.joran declared as BeanDescriptionCacheModifier and TypeFieldDescriptionprivate BeanDescriptionCacheGenericConfigurator.beanDescriptionCacheMethods in ch.qos.logback.core.joran that return BeanDescriptionCacheModifier and TypeMethodDescriptionprotected BeanDescriptionCacheGenericConfigurator.getBeanDescriptionCache() -
Uses of BeanDescriptionCache in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as BeanDescriptionCacheModifier and TypeFieldDescriptionprivate final BeanDescriptionCacheNestedBasicPropertyIA.beanDescriptionCacheprivate final BeanDescriptionCacheNestedComplexPropertyIA.beanDescriptionCacheprivate final BeanDescriptionCacheParamAction.beanDescriptionCacheConstructors in ch.qos.logback.core.joran.action with parameters of type BeanDescriptionCacheModifierConstructorDescriptionNestedBasicPropertyIA(BeanDescriptionCache beanDescriptionCache) NestedComplexPropertyIA(BeanDescriptionCache beanDescriptionCache) ParamAction(BeanDescriptionCache beanDescriptionCache) -
Uses of BeanDescriptionCache in ch.qos.logback.core.joran.util
Constructors in ch.qos.logback.core.joran.util with parameters of type BeanDescriptionCacheModifierConstructorDescriptionPropertySetter(BeanDescriptionCache beanDescriptionCache, Object obj) Create a new PropertySetter for the specified Object.