Package | Description |
---|---|
com.google.inject.internal.util | |
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Field and Description |
---|---|
private static StackTraceElements.InMemoryStackTraceElement[] |
StackTraceElements.EMPTY_INMEMORY_STACK_TRACE |
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentMap<StackTraceElements.InMemoryStackTraceElement,StackTraceElements.InMemoryStackTraceElement> |
StackTraceElements.elementCache |
private static java.util.concurrent.ConcurrentMap<StackTraceElements.InMemoryStackTraceElement,StackTraceElements.InMemoryStackTraceElement> |
StackTraceElements.elementCache |
Modifier and Type | Method and Description |
---|---|
static StackTraceElements.InMemoryStackTraceElement[] |
StackTraceElements.convertToInMemoryStackTraceElement(java.lang.StackTraceElement[] stackTraceElements)
Returns encoded in-memory version of
StackTraceElements . |
private static StackTraceElements.InMemoryStackTraceElement |
StackTraceElements.weakIntern(StackTraceElements.InMemoryStackTraceElement inMemoryStackTraceElement) |
Modifier and Type | Method and Description |
---|---|
static java.lang.StackTraceElement[] |
StackTraceElements.convertToStackTraceElement(StackTraceElements.InMemoryStackTraceElement[] inMemoryStackTraceElements)
Decodes in-memory stack trace elements to regular
StackTraceElements . |
private static StackTraceElements.InMemoryStackTraceElement |
StackTraceElements.weakIntern(StackTraceElements.InMemoryStackTraceElement inMemoryStackTraceElement) |
Modifier and Type | Field and Description |
---|---|
private StackTraceElements.InMemoryStackTraceElement[] |
ModuleSource.partialCallStack
The chunk of call stack that starts from the parent module
configure(Binder) call and ends just before the module configure(Binder) method invocation. |
(package private) StackTraceElements.InMemoryStackTraceElement[] |
ElementSource.partialCallStack
The partial call stack that starts at the last module
configure(Binder) call. |