Class SessionContext.Key<T>

java.lang.Object
com.netflix.zuul.context.SessionContext.Key<T>
Type Parameters:
T -
Enclosing class:
SessionContext

public static final class SessionContext.Key<T> extends Object
A Key is type-safe, identity-based key into the Session Context.
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • name

      public String name()
    • equals

      public boolean equals(Object o)
      This method exists solely to indicate that Keys are based on identity and not name.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      This method exists solely to indicate that Keys are based on identity and not name.
      Overrides:
      hashCode in class Object