public class PackageLevelSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PACKAGE_SETTINGS |
| Constructor and Description |
|---|
PackageLevelSettings() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Settings> |
get() |
static Map<String,Settings> |
getForStackTrace(StackTraceElement[] trace) |
static String |
getNextLevel(String className) |
static <T> T |
getValueFor(Field<T> field) |
static <T> T |
getValueFor(Field<T> field,
Function0<T> defaultSupplier) |
static Object |
getValueFor(String key) |
static Class<?> |
loadClass(String className) |
Copyright © 2023. All rights reserved.