@Beta public final class ContextAccessor extends java.lang.ThreadLocal<Context>
Modifier and Type | Field and Description |
---|---|
static ContextAccessor |
INSTANCE |
Constructor and Description |
---|
ContextAccessor() |
Modifier and Type | Method and Description |
---|---|
static Context |
current() |
protected Context |
initialValue() |
public static final ContextAccessor INSTANCE