Uses of Class
ch.qos.logback.core.util.AggregationType
-
Packages that use AggregationType Package Description ch.qos.logback.core.joran.action ch.qos.logback.core.joran.util 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 (package private) AggregationTypeIADataForBasicProperty. aggregationType(package private) AggregationTypeIADataForComplexProperty. aggregationTypeMethods in ch.qos.logback.core.joran.action that return AggregationType Modifier and Type Method Description AggregationTypeIADataForComplexProperty. getAggregationType()Constructors in ch.qos.logback.core.joran.action with parameters of type AggregationType Constructor Description IADataForBasicProperty(PropertySetter parentBean, AggregationType aggregationType, java.lang.String propertyName)IADataForComplexProperty(PropertySetter parentBean, AggregationType aggregationType, java.lang.String complexPropertyName) -
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 AggregationTypePropertySetter. computeAggregationType(java.lang.String name)private AggregationTypePropertySetter. computeRawAggregationType(java.lang.reflect.Method method)Methods in ch.qos.logback.core.joran.util with parameters of type AggregationType Modifier and Type Method Description java.lang.Class<?>PropertySetter. getClassNameViaImplicitRules(java.lang.String name, AggregationType aggregationType, DefaultNestedComponentRegistry registry)(package private) java.lang.reflect.MethodPropertySetter. getRelevantMethod(java.lang.String name, AggregationType aggregationType)java.lang.Class<?>PropertySetter. getTypeForComplexProperty(java.lang.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(java.lang.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.
-