Uses of Enum
ch.qos.logback.core.util.AggregationType
Packages that use AggregationType
Package
Description
Contains various utility classes.
-
Uses of AggregationType in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as AggregationTypeModifier and TypeFieldDescription(package private) final AggregationType
IADataForBasicProperty.aggregationType
(package private) final AggregationType
IADataForComplexProperty.aggregationType
Methods in ch.qos.logback.core.joran.action that return AggregationTypeConstructors in ch.qos.logback.core.joran.action with parameters of type AggregationTypeModifierConstructorDescription(package private)
IADataForBasicProperty
(PropertySetter parentBean, AggregationType aggregationType, String propertyName) IADataForComplexProperty
(PropertySetter parentBean, AggregationType aggregationType, String complexPropertyName) -
Uses of AggregationType in ch.qos.logback.core.joran.util
Methods in ch.qos.logback.core.joran.util that return AggregationTypeModifier and TypeMethodDescriptionPropertySetter.computeAggregationType
(String name) private AggregationType
PropertySetter.computeRawAggregationType
(Method method) Methods in ch.qos.logback.core.joran.util with parameters of type AggregationTypeModifier and TypeMethodDescriptionClass<?>
PropertySetter.getClassNameViaImplicitRules
(String name, AggregationType aggregationType, DefaultNestedComponentRegistry registry) (package private) Method
PropertySetter.getRelevantMethod
(String name, AggregationType aggregationType) -
Uses of AggregationType in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util that return AggregationTypeModifier and TypeMethodDescriptionstatic AggregationType
Returns the enum constant of this type with the specified name.static AggregationType[]
AggregationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.