Uses of Class
ch.qos.logback.core.joran.util.PropertySetter
-
Packages that use PropertySetter Package Description ch.qos.logback.core.joran.action -
-
Uses of PropertySetter in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as PropertySetter Modifier and Type Field Description (package private) PropertySetter
IADataForBasicProperty. parentBean
(package private) PropertySetter
IADataForComplexProperty. parentBean
Constructors in ch.qos.logback.core.joran.action with parameters of type PropertySetter Constructor Description IADataForBasicProperty(PropertySetter parentBean, AggregationType aggregationType, java.lang.String propertyName)
IADataForComplexProperty(PropertySetter parentBean, AggregationType aggregationType, java.lang.String complexPropertyName)
-