Uses of Class
ch.qos.logback.core.joran.util.beans.BeanDescriptionCache
-
Packages that use BeanDescriptionCache Package Description ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.joran.util Contains utility classes for Joran configuration processing.ch.qos.logback.core.model.processor Contains model processors for handling configuration model objects. -
-
Uses of BeanDescriptionCache in ch.qos.logback.core.joran
Constructors in ch.qos.logback.core.joran with parameters of type BeanDescriptionCache Constructor Description ParamModelHandler(Context context, BeanDescriptionCache beanDescriptionCache) -
Uses of BeanDescriptionCache in ch.qos.logback.core.joran.util
Constructors in ch.qos.logback.core.joran.util with parameters of type BeanDescriptionCache Constructor Description AggregationAssessor(BeanDescriptionCache beanDescriptionCache, Class objClass)PropertySetter(BeanDescriptionCache beanDescriptionCache, Object obj)Create a new PropertySetter for the specified Object. -
Uses of BeanDescriptionCache in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return BeanDescriptionCache Modifier and Type Method Description BeanDescriptionCacheModelInterpretationContext. getBeanDescriptionCache()Constructors in ch.qos.logback.core.model.processor with parameters of type BeanDescriptionCache Constructor Description ImplicitModelHandler(Context context, BeanDescriptionCache beanDescriptionCache)
-