public abstract class ClassExistCacheUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ClassExistCacheUtils.ClassOrMethodNotExist |
| Modifier and Type | Field and Description |
|---|---|
protected static ConcurrentHashMap<String,Class<?>> |
classExistCache |
| Constructor and Description |
|---|
ClassExistCacheUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
checkClassExist(String className)
Check class if exist, if exit return it, otherwise return null
|
static void |
registerClass(Class<?> clazz) |
protected static ConcurrentHashMap<String,Class<?>> classExistCache
Copyright © 2021. All rights reserved.