static StringBuilder |
Unbox.box(boolean value) |
Returns a StringBuilder containing the text representation of the specified primitive value.
|
static StringBuilder |
Unbox.box(byte value) |
Returns a StringBuilder containing the text representation of the specified primitive value.
|
static StringBuilder |
Unbox.box(char value) |
Returns a StringBuilder containing the text representation of the specified primitive value.
|
static StringBuilder |
Unbox.box(double value) |
Returns a StringBuilder containing the text representation of the specified primitive value.
|
static StringBuilder |
Unbox.box(float value) |
Returns a StringBuilder containing the text representation of the specified primitive value.
|
static StringBuilder |
Unbox.box(int value) |
Returns a StringBuilder containing the text representation of the specified primitive value.
|
static StringBuilder |
Unbox.box(long value) |
Returns a StringBuilder containing the text representation of the specified primitive value.
|
static StringBuilder |
Unbox.box(short value) |
Returns a StringBuilder containing the text representation of the specified primitive value.
|
Class<?> |
StackLocator.getCallerClass(int depth) |
Gets the Class of the method that called this method at the location up the call stack by the given stack
frame depth.
|
Class<?> |
StackLocator.getCallerClass(Class<?> anchor) |
|
Class<?> |
StackLocator.getCallerClass(Class<?> sentinelClass,
Predicate<Class<?>> callerPredicate) |
|
Class<?> |
StackLocator.getCallerClass(String fqcn,
String pkg) |
|
static Class<?> |
StackLocatorUtil.getCallerClass(int depth) |
|
static Class<?> |
StackLocatorUtil.getCallerClass(Class<?> anchor) |
|
static Class<?> |
StackLocatorUtil.getCallerClass(Class<?> sentinelClass,
Predicate<Class<?>> callerPredicate) |
Search for a calling class.
|
static Class<?> |
StackLocatorUtil.getCallerClass(String fqcn) |
|
static Class<?> |
StackLocatorUtil.getCallerClass(String fqcn,
String pkg) |
Search for a calling class.
|
static ClassLoader |
StackLocatorUtil.getCallerClassLoader(int depth) |
Gets the ClassLoader of the class that called this method at the location up the call stack by the given
stack frame depth.
|
Deque<Class<?>> |
StackLocator.getCurrentStackTrace() |
|
static Deque<Class<?>> |
StackLocatorUtil.getCurrentStackTrace() |
|