跳过导航链接
B C D E G I L M P R S T U V 

B

BaseValid - cn.acyou.leo.framework.annotation.valid中的注释类型
请求参数通用校验类

C

children(List<E>) - 接口 中的方法cn.acyou.leo.framework.model.TreeNode
设置节点的子节点列表
children() - 接口 中的方法cn.acyou.leo.framework.model.TreeNode
获取所有子节点
cn.acyou.leo.framework.annotation.mapper - 程序包 cn.acyou.leo.framework.annotation.mapper
 
cn.acyou.leo.framework.annotation.valid - 程序包 cn.acyou.leo.framework.annotation.valid
 
cn.acyou.leo.framework.model - 程序包 cn.acyou.leo.framework.model
 
code() - 接口 中的方法cn.acyou.leo.framework.model.ErrorEnum
返回枚举项的 code

D

DateValidType - cn.acyou.leo.framework.annotation.valid中的枚举
 

E

EnhanceValid - cn.acyou.leo.framework.annotation.valid中的注释类型
增强实体参数校验 加载请求参数中 使用示例: #EnhanceValid({ #BaseValid(notNull = true, message = "姓名不能为空"), #BaseValid(maxLength = 10, message = "姓名过长"), #BaseValid(minLength = 2, message = "姓名过短"), #BaseValid(range = {"张三", "李四"}, message = "姓名不在范围内") }) private String name; 在方法中使用: EnhanceValidUtil.valid(validateSo);
error() - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(String) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(int, String) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(String, String) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(ErrorEnum<?>) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(ErrorEnum<?>, T) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(int, String, T) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
ErrorEnum<C extends Enum<?>> - cn.acyou.leo.framework.model中的接口
 

G

get() - 接口 中的方法cn.acyou.leo.framework.model.ErrorEnum
返回枚举对象
getCode() - 类 中的方法cn.acyou.leo.framework.model.Result
 
getData() - 类 中的方法cn.acyou.leo.framework.model.Result
 
getExtData() - 类 中的方法cn.acyou.leo.framework.model.PageData
 
getLat() - 类 中的方法cn.acyou.leo.framework.model.LatLng
 
getList() - 类 中的方法cn.acyou.leo.framework.model.PageData
 
getLng() - 类 中的方法cn.acyou.leo.framework.model.LatLng
 
getMessage() - 类 中的方法cn.acyou.leo.framework.model.Result
 
getPageNum() - 类 中的方法cn.acyou.leo.framework.model.PageData
 
getPageNum() - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
getPageSize() - 类 中的方法cn.acyou.leo.framework.model.PageData
 
getPageSize() - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
getSorts() - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
getTotal() - 类 中的方法cn.acyou.leo.framework.model.PageData
 
getTotalPage() - 类 中的方法cn.acyou.leo.framework.model.PageData
 

I

id() - 接口 中的方法cn.acyou.leo.framework.model.TreeNode
获取节点id
IdReq - cn.acyou.leo.framework.model中的类
 
IdReq() - 类 的构造器cn.acyou.leo.framework.model.IdReq
 
IdsReq - cn.acyou.leo.framework.model中的类
 
IdsReq() - 类 的构造器cn.acyou.leo.framework.model.IdsReq
 
isHasNextPage() - 类 中的方法cn.acyou.leo.framework.model.PageData
 

L

LatLng - cn.acyou.leo.framework.model中的类
经纬度 Lat 31.090867 Lng 121.817629 国内:LNG比LAT大
LatLng(double, double) - 类 的构造器cn.acyou.leo.framework.model.LatLng
 
LatLng(String, String) - 类 的构造器cn.acyou.leo.framework.model.LatLng
 
LatLng() - 类 的构造器cn.acyou.leo.framework.model.LatLng
 
LogicDelete - cn.acyou.leo.framework.annotation.mapper中的注释类型
支持逻辑删除

M

message() - 接口 中的方法cn.acyou.leo.framework.model.ErrorEnum
返回枚举项的 message

P

PageData<T> - cn.acyou.leo.framework.model中的类
分页信息返回实体
PageData(Integer, Integer) - 类 的构造器cn.acyou.leo.framework.model.PageData
页面数据 Constructor
PageSo - cn.acyou.leo.framework.model中的类
 
PageSo() - 类 的构造器cn.acyou.leo.framework.model.PageSo
 
ParamValid - cn.acyou.leo.framework.annotation.valid中的注释类型
使用AOP拦截所有controller请求,参数上有@ParamValid注解时,校验此参数 Examples: #PostMapping(value = "validate") #ResponseBody public Result <ValidateSo> validate(#ParamValid #RequestBody ValidateSo validateSo) { return Result.success(); }
parentId() - 接口 中的方法cn.acyou.leo.framework.model.TreeNode
获取该节点的父节点id
processNextPage() - 类 中的方法cn.acyou.leo.framework.model.PageData
处理 hasNextPage 值

R

RegexType - cn.acyou.leo.framework.annotation.valid中的枚举
校验的正则表达式类型
Result<T> - cn.acyou.leo.framework.model中的类
 
Result() - 类 的构造器cn.acyou.leo.framework.model.Result
 
root() - 接口 中的方法cn.acyou.leo.framework.model.TreeNode
是否是根节点

S

SelectiveIgnore - cn.acyou.leo.framework.annotation.mapper中的注释类型
 
setCode(int) - 类 中的方法cn.acyou.leo.framework.model.Result
 
setData(T) - 类 中的方法cn.acyou.leo.framework.model.Result
 
setExtData(Object) - 类 中的方法cn.acyou.leo.framework.model.PageData
 
setLat(double) - 类 中的方法cn.acyou.leo.framework.model.LatLng
 
setList(List<T>) - 类 中的方法cn.acyou.leo.framework.model.PageData
 
setLng(double) - 类 中的方法cn.acyou.leo.framework.model.LatLng
 
setMessage(String) - 类 中的方法cn.acyou.leo.framework.model.Result
 
setPageNum(Integer) - 类 中的方法cn.acyou.leo.framework.model.PageData
 
setPageNum(Integer) - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
setPageSize(Integer) - 类 中的方法cn.acyou.leo.framework.model.PageData
 
setPageSize(Integer) - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
setSorts(String) - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
setTotal(Long) - 类 中的方法cn.acyou.leo.framework.model.PageData
 
setTotalPage(Integer) - 类 中的方法cn.acyou.leo.framework.model.PageData
 
success() - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
success(T) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
success(String, T) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
successful() - 类 中的方法cn.acyou.leo.framework.model.Result
 
supportField() - 类 中的方法cn.acyou.leo.framework.model.PageSo
支持排序的字段与对应数据库字段 example: Map<String, String> supportFieldMap = new HashMap<>(); supportFieldMap.put("createTime", "create_time"); supportFieldMap.put("roleCode", "role_code"); example2 支持别名: Map<String, String> supportFieldMap = new HashMap<>(); supportFieldMap.put("createTime", "p.create_time"); supportFieldMap.put("roleCode", "p.role_code");

T

toString() - 类 中的方法cn.acyou.leo.framework.model.LatLng
 
toString() - 类 中的方法cn.acyou.leo.framework.model.PageData
ToString
toString() - 类 中的方法cn.acyou.leo.framework.model.Result
 
TreeNode<T,E> - cn.acyou.leo.framework.model中的接口
 

U

unsuccessful() - 类 中的方法cn.acyou.leo.framework.model.Result
 

V

valueOf(String) - 枚举 中的静态方法cn.acyou.leo.framework.annotation.valid.DateValidType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.acyou.leo.framework.annotation.valid.RegexType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.acyou.leo.framework.annotation.valid.DateValidType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.acyou.leo.framework.annotation.valid.RegexType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
B C D E G I L M P R S T U V 
跳过导航链接

Copyright © 2021. All Rights Reserved.