| Package | Description |
|---|---|
| ch.qos.logback.core.joran.action | |
| ch.qos.logback.core.joran.util | |
| ch.qos.logback.core.util |
Contains various utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) AggregationType |
IADataForBasicProperty.aggregationType |
(package private) AggregationType |
IADataForComplexProperty.aggregationType |
| Modifier and Type | Method and Description |
|---|---|
AggregationType |
IADataForComplexProperty.getAggregationType() |
| Constructor and Description |
|---|
IADataForBasicProperty(PropertySetter parentBean,
AggregationType aggregationType,
java.lang.String propertyName) |
IADataForComplexProperty(PropertySetter parentBean,
AggregationType aggregationType,
java.lang.String complexPropertyName) |
| Modifier and Type | Method and Description |
|---|---|
AggregationType |
PropertySetter.computeAggregationType(java.lang.String name) |
private AggregationType |
PropertySetter.computeRawAggregationType(java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
PropertySetter.getClassNameViaImplicitRules(java.lang.String name,
AggregationType aggregationType,
DefaultNestedComponentRegistry registry) |
(package private) java.lang.reflect.Method |
PropertySetter.getRelevantMethod(java.lang.String name,
AggregationType aggregationType) |
| Modifier and Type | Method and Description |
|---|---|
static AggregationType |
AggregationType.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.
|