| 程序包 | 说明 |
|---|---|
| org.noear.solon | |
| org.noear.solon.core.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
Utils.hasClass(SupplierEx<Class<?>> test)
已过时。
2.2
|
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
ClassUtil.hasClass(SupplierEx<Class<?>> test)
是否存在某个类
if(ClassUtil.hasClass(()->DemoTestClass.class)){
...
}
|
Copyright © 2024. All rights reserved.