| Package | Description |
|---|---|
| org.noear.solon.core.handle | |
| org.noear.solon.core.util |
| Constructor and Description |
|---|
DownloadedFile(String contentType,
long contentSize,
SupplierEx<InputStream> contentSupplier,
String name)
下载文件
|
FileBase(String contentType,
long contentSize,
SupplierEx<InputStream> contentSupplier,
String name)
构造函数
|
| Modifier and Type | Class and Description |
|---|---|
class |
LazyReference<T>
懒引用
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ClassUtil.hasClass(SupplierEx<Class<?>> test)
是否存在某个类
if(ClassUtil.hasClass(()->DemoTestClass.class)){
...
}
|
| Constructor and Description |
|---|
LazyReference(SupplierEx<T> supplier) |
Copyright © 2025. All rights reserved.