Class Intercepted.InterceptorThreadLocal

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Intercepted<T>

    public static class Intercepted.InterceptorThreadLocal
    extends java.lang.ThreadLocal
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object initialValue()  
      • Methods inherited from class java.lang.ThreadLocal

        get, remove, set, withInitial
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InterceptorThreadLocal

        public InterceptorThreadLocal()
    • Method Detail

      • initialValue

        protected java.lang.Object initialValue()
        Overrides:
        initialValue in class java.lang.ThreadLocal