public class ClassCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static HashMap<String,Class<?>> |
CLASSES |
| Constructor and Description |
|---|
ClassCache() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
getClass(String classPath) |
static Optional<Class<?>> |
getOptionalClass(String classPath) |
static void |
uncache(AbstractReflect reflect) |
Copyright © 2020. All rights reserved.