public class NamedInheritableThreadLocal<T> extends InheritableThreadLocal<T>
InheritableThreadLocal subclass that exposes a specified name
 as toString() result (allowing for introspection).NamedThreadLocal| Constructor and Description | 
|---|
NamedInheritableThreadLocal(String name)
Create a new NamedInheritableThreadLocal with the given name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
toString()  | 
childValueget, initialValue, remove, set, withInitial