Package org.springframework.core
Class NamedInheritableThreadLocal<T>
java.lang.Object
java.lang.ThreadLocal<T>
java.lang.InheritableThreadLocal<T>
org.springframework.core.NamedInheritableThreadLocal<T>
- Type Parameters:
T
- the value type
InheritableThreadLocal
subclass that exposes a specified name
as toString()
result (allowing for introspection).- Since:
- 2.5.2
- Author:
- Juergen Hoeller
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a new NamedInheritableThreadLocal with the given name. -
Method Summary
Methods inherited from class java.lang.InheritableThreadLocal
childValue
Methods inherited from class java.lang.ThreadLocal
get, initialValue, remove, set, withInitial