Uses of Class
ch.qos.logback.core.util.AggregationType
-
Packages that use AggregationType Package Description ch.qos.logback.core.joran.action Contains Joran Action classes which transform XML elements into Model instances.ch.qos.logback.core.joran.util Contains utility classes for Joran configuration processing.ch.qos.logback.core.util Contains various utility classes. -
-
Uses of AggregationType in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as AggregationType Modifier and Type Field Description AggregationTypeImplicitModelData. aggregationTypeMethods in ch.qos.logback.core.joran.action that return AggregationType Modifier and Type Method Description AggregationTypeImplicitModelData. getAggregationType()Constructors in ch.qos.logback.core.joran.action with parameters of type AggregationType Constructor Description ImcplicitActionDataForBasicProperty(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 AggregationType Modifier and Type Method Description AggregationTypeAggregationAssessor. computeAggregationType(String name)Given a property name, this method computes/assessesAggregationTypefor the property for the class passed to the constructor.AggregationTypePropertySetter. computeAggregationType(String name)Methods in ch.qos.logback.core.joran.util with parameters of type AggregationType Modifier and Type Method Description Class<?>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 AggregationType Modifier and Type Method Description static AggregationTypeAggregationType. valueOf(String name)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.
-