Class Node

java.lang.Object
ch.qos.logback.core.subst.Node

@Deprecated(since="2022-01-27") public class Node extends Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Node(ch.qos.logback.core.subst.Node.Type type, Object payload)
    Deprecated.
     
    Node(ch.qos.logback.core.subst.Node.Type type, Object payload, Object defaultPart)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     
    boolean
    Deprecated.
     
    int
    Deprecated.
     
    void
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Node

      public Node(ch.qos.logback.core.subst.Node.Type type, Object payload)
      Deprecated.
    • Node

      public Node(ch.qos.logback.core.subst.Node.Type type, Object payload, Object defaultPart)
      Deprecated.
  • Method Details

    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • dump

      public void dump()
      Deprecated.
    • setNext

      public void setNext(Node n)
      Deprecated.
    • equals

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

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