Uses of Enum
ch.qos.logback.core.util.AggregationType
Packages that use AggregationType
Package
Description
Contains Joran Action classes which transform XML elements into Model instances.
Contains utility classes for Joran configuration processing.
Contains various utility classes.
-
Uses of AggregationType in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as AggregationTypeMethods in ch.qos.logback.core.joran.action that return AggregationTypeConstructors in ch.qos.logback.core.joran.action with parameters of type AggregationTypeModifierConstructorDescriptionImcplicitActionDataForBasicProperty(PropertySetter parentBean, AggregationType aggregationType, String propertyName) ImplicitModelData(PropertySetter parentBean, AggregationType aggregationType, String propertyName) ImplicitModelDataForComplexProperty(PropertySetter parentBean, AggregationType aggregationType, String propertyName) -
Uses of AggregationType in ch.qos.logback.core.joran.util
Methods in ch.qos.logback.core.joran.util that return AggregationTypeModifier and TypeMethodDescriptionAggregationAssessor.computeAggregationType(String name) Given a property name, this method computes/assessesAggregationTypefor the property for the class passed to the constructor.PropertySetter.computeAggregationType(String name) Methods in ch.qos.logback.core.joran.util with parameters of type AggregationTypeModifier and TypeMethodDescriptionClass<?> AggregationAssessor.getClassNameViaImplicitRules(String name, AggregationType aggregationType, DefaultNestedComponentRegistry registry) Class<?> PropertySetter.getClassNameViaImplicitRules(String name, AggregationType aggregationType, DefaultNestedComponentRegistry registry) Class<?> PropertySetter.getTypeForComplexProperty(String nestedElementTagName, AggregationType aggregationType) -
Uses of AggregationType in ch.qos.logback.core.util
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.