Class HostClassAndPropertyDouble


  • @Deprecated(since="2022-01-27")
    public class HostClassAndPropertyDouble
    extends Object
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    A 2-tuple (a double) consisting of a Class and a String. The Class references the hosting class of a component and the String represents the property name under which a nested component is referenced the host. This class is used by DefaultNestedComponentRegistry.
    • Constructor Detail

      • HostClassAndPropertyDouble

        public HostClassAndPropertyDouble​(Class<?> hostClass,
                                          String propertyName)
        Deprecated.
    • Method Detail

      • getHostClass

        public Class<?> getHostClass()
        Deprecated.
      • getPropertyName

        public String getPropertyName()
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object