public class EnvironmentContext extends HashMap<Class<?>,Object>
Context.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EnvironmentContext() |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentContext |
getCurrent() |
static void |
setCurrent(EnvironmentContext env) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic static EnvironmentContext getCurrent()
ThreadLocal EnvironmentContextThreadLocalpublic static void setCurrent(EnvironmentContext env)
env - set ThreadLocal EnvironmentContextThreadLocalCopyright © 2015. All rights reserved.