序列化表格
-
程序包 ai.yue.library.base.convert.converter
-
类ai.yue.library.base.convert.converter.JSONArrayConverter扩展cn.hutool.core.convert.AbstractConverter<com.alibaba.fastjson.JSONArray>实现可序列化
- serialVersionUID:
- 1L
-
类ai.yue.library.base.convert.converter.JSONListConverter扩展cn.hutool.core.convert.AbstractConverter<List<com.alibaba.fastjson.JSONObject>>实现可序列化
- serialVersionUID:
- -4664287699033731805L
-
类ai.yue.library.base.convert.converter.JSONObjectConverter扩展cn.hutool.core.convert.AbstractConverter<com.alibaba.fastjson.JSONObject>实现可序列化
- serialVersionUID:
- 1L
-
-
程序包 ai.yue.library.base.exception
-
类ai.yue.library.base.exception.ApiVersionDeprecatedException扩展RuntimeException实现可序列化
- serialVersionUID:
- -8929648099790728526L
-
类ai.yue.library.base.exception.AttackException扩展RuntimeException实现可序列化
- serialVersionUID:
- 8503754532487989211L
-
类ai.yue.library.base.exception.AuthorizeException扩展RuntimeException实现可序列化
- serialVersionUID:
- -4374582170487392015L
-
类ai.yue.library.base.exception.ClientFallbackException扩展RuntimeException实现可序列化
- serialVersionUID:
- -3620957053991110208L
-
类ai.yue.library.base.exception.DbException扩展RuntimeException实现可序列化
- serialVersionUID:
- 5869945193750586067L
-
序列化字段
-
showMsg
boolean showMsg
统一异常处理后是否显示异常提示
-
-
类ai.yue.library.base.exception.ForbiddenException扩展RuntimeException实现可序列化
- serialVersionUID:
- -477721736529522496L
-
类ai.yue.library.base.exception.LoginException扩展RuntimeException实现可序列化
- serialVersionUID:
- -4747910085674257587L
-
类ai.yue.library.base.exception.ParamDecryptException扩展RuntimeException实现可序列化
- serialVersionUID:
- 5325379409661261173L
-
类ai.yue.library.base.exception.ParamException扩展RuntimeException实现可序列化
- serialVersionUID:
- -7818277682527873103L
-
类ai.yue.library.base.exception.ParamVoidException扩展RuntimeException实现可序列化
- serialVersionUID:
- -8552913006333383718L
-
类ai.yue.library.base.exception.ResultException扩展RuntimeException实现可序列化
- serialVersionUID:
- -4332073495864145387L
-
序列化字段
-
businessId
int businessId
业务定位标识用于上层捕获异常(如:多重try_catch)时,方便业务定位
-
result
Result<?> result
-
-
-
程序包 ai.yue.library.base.view