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 AggregationTypeIADataForBasicProperty.aggregationType(package private) final AggregationTypeIADataForComplexProperty.aggregationTypeMethods 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 AggregationTypePropertySetter.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) MethodPropertySetter.getRelevantMethod(String name, AggregationType aggregationType) Class<?> PropertySetter.getTypeForComplexProperty(String nestedElementTagName, AggregationType aggregationType) -
Uses of AggregationType in ch.qos.logback.core.util
Subclasses with type arguments of type AggregationType in ch.qos.logback.core.utilModifier and TypeClassDescriptionenumAggregationType classifies how one object is contained within another object.Methods in ch.qos.logback.core.util that return AggregationTypeModifier and TypeMethodDescriptionstatic AggregationTypeReturns 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.