| Package | Description |
|---|---|
| org.noear.solon.core.util |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ClassUtil.hasClass(SupplierEx<Class<?>> test)
是否存在某个类
if(ClassUtil.hasClass(()->DemoTestClass.class)){
...
}
|
Copyright © 2025. All rights reserved.