| Package | Description |
|---|---|
| org.noear.solon | |
| org.noear.solon.core | |
| org.noear.solon.core.handle | |
| org.noear.solon.core.route | |
| org.noear.solon.core.util |
| Class and Description |
|---|
| ConsumerEx
可异常消费者
|
| MultiMap
多值,忽略大小写的LinkedMap
|
| Class and Description |
|---|
| ConsumerEx
可异常消费者
|
| IgnoreCaseMap
忽略大小写的LinkedMap
|
| KeyValues
键值组
|
| TypeMap
类型字典
|
| TypeReference
类型引用
|
| Class and Description |
|---|
| LazyReference
懒引用
|
| MultiMap
多值,忽略大小写的LinkedMap
|
| RankEntity
排序载体
|
| SupplierEx
供应者
|
| Class and Description |
|---|
| RankEntity
排序载体
|
| Class and Description |
|---|
| DataThrowable
可抛出的数据,用于数据传导(以实现两种方案:return data; throw data)
在Solon的mvc处理链中,DataThrowable 会做为普通的数据处理渲染
//定义个 DataThrowable 的数据结构
public class UapiCode extends DataThrowable{
public final int code;
public final String message;
public UapiCode(int code, String message){
super(message);
this.code = code;
this.message = message;
}
}
|
| DateAnalyzer
日期分析器
|
| IgnoreCaseMap
忽略大小写的LinkedMap
|
| IpUtil
IP 工具
|
| KeyValues
键值组
|
| LogUtil
日志打印小工具(仅限内部使用)
|
| NamedThreadFactory
可命名线程工厂
|
| PathAnalyzer
Deprecated.
3.0
PathMatcher |
| PathMatcher
路径匹配器,用于路由器和路径变量分析
|
| ProxyBinder
代理绑定器
|
| RankEntity
排序载体
|
| RunnableEx
可运行
|
| SupplierEx
供应者
|
Copyright © 2025. All rights reserved.