public class StackTraceElements extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StackTraceElements
In-Memory version of
StackTraceElement that does not store the file name.
|
| Constructor and Description |
|---|
StackTraceElements()
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clearCache()
Clears the internal cache for
StackTraceElements.
|
static StackTraceElements |
convertToInMemoryStackTraceElement(StackTraceElement
Returns encoded in-memory version of
StackTraceElements.
|
static StackTraceElement |
convertToStackTraceElement(StackTraceElements
Decodes in-memory stack trace elements to regular
StackTraceElements.
|
static Object |
forMember(Member
|
static Object |
forType(Class
|
public static void clearCache()
StackTraceElements.
public static StackTraceElements.InMemoryStackTraceElement [] convertToInMemoryStackTraceElement(StackTraceElement [] stackTraceElements)
StackTraceElements.
public static StackTraceElement[] convertToStackTraceElement(StackTraceElements .InMemoryStackTraceElement [] inMemoryStackTraceElements)
StackTraceElements.