Class DefaultNestedComponentRegistry

java.lang.Object
ch.qos.logback.core.joran.spi.DefaultNestedComponentRegistry

@Deprecated(since="2022-01-27") public class DefaultNestedComponentRegistry extends Object
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A registry which maps a property in a host class to a default class.
  • Constructor Details

    • DefaultNestedComponentRegistry

      public DefaultNestedComponentRegistry()
      Deprecated.
  • Method Details

    • add

      public void add(Class<?> hostClass, String propertyName, Class<?> componentClass)
      Deprecated.
    • findDefaultComponentType

      public Class<?> findDefaultComponentType(Class<?> hostClass, String propertyName)
      Deprecated.