Package ch.qos.logback.core.joran.spi
Class HostClassAndPropertyDouble
- java.lang.Object
-
- ch.qos.logback.core.joran.spi.HostClassAndPropertyDouble
-
@Deprecated(since="2022-01-27") public class HostClassAndPropertyDouble extends java.lang.ObjectDeprecated.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 byDefaultNestedComponentRegistry.
-
-
Constructor Summary
Constructors Constructor Description HostClassAndPropertyDouble(java.lang.Class<?> hostClass, java.lang.String propertyName)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.java.lang.Class<?>getHostClass()Deprecated.java.lang.StringgetPropertyName()Deprecated.inthashCode()Deprecated.
-
-
-
Method Detail
-
getHostClass
public java.lang.Class<?> getHostClass()
Deprecated.
-
getPropertyName
public java.lang.String getPropertyName()
Deprecated.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
-