static StackTraceElement.Builder |
StackTraceElement.builder() |
Create a new builder.
|
StackTraceElement.Builder |
StackTraceElement.Builder.className(String className) |
Name of the class containing the execution point.
|
StackTraceElement.Builder |
StackTraceElement.Builder.copy(StackTraceElement model) |
|
StackTraceElement.Builder |
StackTraceElement.Builder.fileName(String fileName) |
Name of the source file containing the execution point.
|
StackTraceElement.Builder |
StackTraceElement.Builder.lineNumber(Integer lineNumber) |
Line number of the source line containing the execution point.
|
StackTraceElement.Builder |
StackTraceElement.Builder.methodName(String methodName) |
Name of the method containing the execution point.
|
StackTraceElement.Builder |
StackTraceElement.toBuilder() |
|
StackTraceElement.Builder |
StackTraceElement.Builder.weightage(Float weightage) |
The weight distribution that denotes the percentage occurrence of a method in the
captured snapshots.
|