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 BeanDescriptionCache
GenericConfigurator.beanDescriptionCache
Methods in ch.qos.logback.core.joran that return BeanDescriptionCacheModifier and TypeMethodDescriptionprotected BeanDescriptionCache
GenericConfigurator.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 BeanDescriptionCache
NestedBasicPropertyIA.beanDescriptionCache
private final BeanDescriptionCache
NestedComplexPropertyIA.beanDescriptionCache
private final BeanDescriptionCache
ParamAction.beanDescriptionCache
Constructors 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.