Class IADataForComplexProperty

java.lang.Object
ch.qos.logback.core.joran.action.IADataForComplexProperty

public class IADataForComplexProperty extends Object
Lump together several fields for use by NestedComplexPropertyIA.
  • Field Details

    • parentBean

      final PropertySetter parentBean
    • aggregationType

      final AggregationType aggregationType
    • complexPropertyName

      final String complexPropertyName
    • nestedComplexProperty

      private Object nestedComplexProperty
    • inError

      boolean inError
  • Constructor Details

  • Method Details

    • getAggregationType

      public AggregationType getAggregationType()
    • getNestedComplexProperty

      public Object getNestedComplexProperty()
    • getComplexPropertyName

      public String getComplexPropertyName()
    • setNestedComplexProperty

      public void setNestedComplexProperty(Object nestedComplexProperty)