A B C D E F G H I J L M N O P Q R S T U V W X 
所有类 所有程序包

A

action() - 注释类型 中的方法me.youm.boot.aop.annotation.Log
Action 操作类型
Action - me.youm.boot.aop.enums中的枚举
日 志 分 类
add(double, double) - 类 中的静态方法me.youm.boot.tools.core.MathUtil
提供精确的加法运算。
ADD - me.youm.boot.aop.enums.Action
addInterceptors(InterceptorRegistry) - 类 中的方法me.youm.boot.configure.CoreConfig
Interceptor 注册
addWhere(String) - 类 中的方法me.youm.boot.web.interceptor.TenantInterceptor
 
ALIYUN - 类 中的静态变量me.youm.boot.constant.SystemConstant
阿里云
ALL - me.youm.boot.web.interceptor.enums.Scope
全部
applicationContext - 类 中的静态变量me.youm.boot.context.BeanContext
Ioc Context
AUTH - me.youm.boot.aop.enums.Action
认证
auto(boolean) - 类 中的静态方法me.youm.boot.web.domain.Result
Boolean 返 回 操 作, 携 带 默 认 返 回 值
auto(boolean, String, String) - 类 中的静态方法me.youm.boot.web.domain.Result
Boolean 返 回 操 作, 携 带 自 定 义 消 息
auto(Boolean) - 类 中的方法me.youm.boot.web.domain.ResultController
选择返回
auto(Boolean, String, String) - 类 中的方法me.youm.boot.web.domain.ResultController
选择返回
AUTO - me.youm.boot.web.interceptor.enums.Scope
自动

B

BaseContext - me.youm.boot.context中的类
Base Context
BaseContext() - 类 的构造器me.youm.boot.context.BaseContext
 
BaseController - me.youm.boot.web.base中的类
Base Controller
BaseController() - 类 的构造器me.youm.boot.web.base.BaseController
 
BaseDomain - me.youm.boot.web.base.domain中的类
Base 实体 Author: 就 眠 仪 式 CreateTime: 2021/03/23
BaseDomain() - 类 的构造器me.youm.boot.web.base.domain.BaseDomain
 
BaseService<M extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>,​T> - me.youm.boot.web.base中的类
Base Service
BaseService() - 类 的构造器me.youm.boot.web.base.BaseService
 
bCryptPasswordEncoder() - 类 中的方法me.youm.boot.configure.SecurityConfig
密码加密方式
BeanContext - me.youm.boot.context中的类
Bean Context
BeanContext() - 类 的构造器me.youm.boot.context.BeanContext
 
bindExceptionHandler(BindException) - 类 中的方法me.youm.boot.web.exception.ValidationExceptionHandler
处 理 form data 方 式 调 用 接 口 校 验 失 败 抛 出 的 异 常
BootAutoConfiguration - me.youm.boot中的类
 
BootAutoConfiguration() - 类 的构造器me.youm.boot.BootAutoConfiguration
 
BoundSqlSqlSource - me.youm.boot.web.interceptor中的类
 
BoundSqlSqlSource(BoundSql) - 类 的构造器me.youm.boot.web.interceptor.BoundSqlSqlSource
 
businessException(HttpServletRequest, BusinessException) - 类 中的方法me.youm.boot.web.exception.GlobalExceptionHandler
业 务 异 常
BusinessException - me.youm.boot.web.exception.base中的异常错误
业 务 异 常
BusinessException(String) - 异常错误 的构造器me.youm.boot.web.exception.base.BusinessException
 

C

CacheNameConstant - me.youm.boot.constant中的类
Redis 缓存区分前缀
CacheNameConstant() - 类 的构造器me.youm.boot.constant.CacheNameConstant
 
CAPTCHA_CODE - 类 中的静态变量me.youm.boot.secure.captcha.SecureCaptchaSupport
 
CAPTCHA_CODE_MISSION - me.youm.boot.web.domain.ResultCode
 
CAPTCHA_EXPIRATION - 类 中的静态变量me.youm.boot.constant.SecurityConstant
Captcha 过期时间
CAPTCHA_EXPIRED - me.youm.boot.web.domain.ResultCode
 
CAPTCHA_INVALID - me.youm.boot.web.domain.ResultCode
 
CAPTCHA_KEY - 类 中的静态变量me.youm.boot.secure.captcha.SecureCaptchaSupport
 
CAPTCHA_KEY_MISSION - me.youm.boot.web.domain.ResultCode
 
CAPTCHA_NAME_PREFIX - 类 中的静态变量me.youm.boot.constant.CacheNameConstant
Captcha 存储前缀
CaptchaException - me.youm.boot.web.exception.auth.captcha中的异常错误
验 证 码 异 常 基 类
CaptchaException(String) - 异常错误 的构造器me.youm.boot.web.exception.auth.captcha.CaptchaException
 
CaptchaExpiredException - me.youm.boot.web.exception.auth.captcha中的异常错误
验 证 码 过 期 异 常
CaptchaExpiredException(String) - 异常错误 的构造器me.youm.boot.web.exception.auth.captcha.CaptchaExpiredException
 
CaptchaValidationException - me.youm.boot.web.exception.auth.captcha中的异常错误
验 证 码 失 效 异 常
CaptchaValidationException(String) - 异常错误 的构造器me.youm.boot.web.exception.auth.captcha.CaptchaValidationException
 
changeDataSource(String) - 类 中的方法me.youm.boot.context.DataContext
切换数据源
clazz() - 注释类型 中的方法me.youm.boot.aop.annotation.Excel
clz
cleanDataSource(String) - 类 中的方法me.youm.boot.context.DataContext
清空数据源
code() - 枚举 中的方法me.youm.boot.web.domain.ResultCode
获 取 标 识
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类 中的方法me.youm.boot.secure.process.SecureNoAuthenticationHandler
 
configure(HttpSecurity) - 类 中的方法me.youm.boot.configure.SecurityConfig
Http Security 核心配置
configure(WebSecurity) - 类 中的方法me.youm.boot.configure.SecurityConfig
Web Configure 核心配置
constraintViolationExceptionHandler(ConstraintViolationException) - 类 中的方法me.youm.boot.web.exception.ValidationExceptionHandler
处 理 单 个 参 数 校 验 失 败 抛 出 的 异 常
containsBean(String) - 类 中的静态方法me.youm.boot.context.BeanContext
Bean 是否存在
ControllerConstant - me.youm.boot.constant中的类
Controller 静态配置
ControllerConstant() - 类 的构造器me.youm.boot.constant.ControllerConstant
 
convertFileSize(long) - 类 中的方法me.youm.boot.tools.support.server.Server
字节转换
copyTo() - 类 中的方法me.youm.boot.tools.support.server.Server
 
CoreConfig - me.youm.boot.configure中的类
核心配置
CoreConfig() - 类 的构造器me.youm.boot.configure.CoreConfig
 
corsFilter() - 类 中的方法me.youm.boot.configure.CoreConfig
跨域配置
Cpu - me.youm.boot.tools.support.server.server中的类
Cpu 信息
Cpu() - 类 的构造器me.youm.boot.tools.support.server.server.Cpu
 
create(String, String) - 类 中的静态方法me.youm.boot.tools.core.TokenUtil
创建 Token
createCaptcha() - 类 中的方法me.youm.boot.secure.captcha.SecureCaptchaRest
Captcha 生成
createCaptcha() - 类 中的方法me.youm.boot.secure.captcha.SecureCaptchaService
创 建 Captcha
createDataSource(String, String, String, String, String) - 类 中的方法me.youm.boot.context.DataContext
新增数据源
createField(MetaObject) - 类 中的方法me.youm.boot.web.interceptor.DomainInterceptor
 
createToken(SecureUser) - 类 中的方法me.youm.boot.secure.uutoken.SecureUserTokenService
创建 Token
CUSTOM - me.youm.boot.web.interceptor.enums.Scope
自定义
customize(UndertowServletWebServerFactory) - 类 中的方法me.youm.boot.configure.UndertowServerFactoryCustomizer
 

D

DataContext - me.youm.boot.context中的类
Data Context 数 据 源 上 下 文
DataContext() - 类 的构造器me.youm.boot.context.DataContext
 
DataScope - me.youm.boot.web.interceptor.annotation中的注释类型
数据权限注解
DataScopeInterceptor - me.youm.boot.web.interceptor中的类
数 据 权 限 拦 截 器
DataScopeInterceptor() - 类 的构造器me.youm.boot.web.interceptor.DataScopeInterceptor
 
DataScopeRule - me.youm.boot.web.interceptor.annotation中的注释类型
数据权限规则注解
dataSource - 类 中的变量me.youm.boot.context.DataContext
 
dataSourceCreator - 类 中的变量me.youm.boot.context.DataContext
 
DEFAULT_DEPT_ADDRESS - 类 中的静态变量me.youm.boot.constant.TenantConstant
 
DEFAULT_DEPT_NAME - 类 中的静态变量me.youm.boot.constant.TenantConstant
创建租户时, 默认部门 name 与 address
DEFAULT_DEPT_PARENT - 类 中的静态变量me.youm.boot.constant.TenantConstant
 
DEFAULT_POST_CODE - 类 中的静态变量me.youm.boot.constant.TenantConstant
 
DEFAULT_POST_NAME - 类 中的静态变量me.youm.boot.constant.TenantConstant
创建租户时, 默认岗位 name 与 code
DEFAULT_ROLE_CODE - 类 中的静态变量me.youm.boot.constant.TenantConstant
 
DEFAULT_ROLE_NAME - 类 中的静态变量me.youm.boot.constant.TenantConstant
创建租户时, 默认角色 name 与 code
dept(String) - 接口 中的方法me.youm.boot.secure.services.IUserService
获取用户部门 (数据权限)
DEPT - me.youm.boot.web.interceptor.enums.Scope
部门
DEPT_CHILD - me.youm.boot.web.interceptor.enums.Scope
部门 及其 子部门
describe() - 注释类型 中的方法me.youm.boot.aop.annotation.Log
Describe 默认输入
destroyCaptcha(String) - 类 中的方法me.youm.boot.secure.captcha.SecureCaptchaService
销 毁 Captcha
destroyToken(String) - 类 中的方法me.youm.boot.secure.uutoken.SecureUserTokenService
销毁 Token
Disk - me.youm.boot.tools.support.server.server中的类
磁盘信息
Disk() - 类 的构造器me.youm.boot.tools.support.server.server.Disk
 
div(double, double) - 类 中的静态方法me.youm.boot.tools.core.MathUtil
提供(相对)精确的除法运算,当发生除不尽的情况时,精确到 小数点以后10位,以后的数字四舍五入。
div(double, double, int) - 类 中的静态方法me.youm.boot.tools.core.MathUtil
提供(相对)精确的除法运算。
docker() - 类 中的方法me.youm.boot.configure.SwaggerConfig
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法me.youm.boot.secure.captcha.SecureCaptchaSupport
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法me.youm.boot.secure.uutoken.SecureUserTokenSupport
 
DomainInterceptor - me.youm.boot.web.interceptor中的类
字 段 填 充 拦 截 器
DomainInterceptor() - 类 的构造器me.youm.boot.web.interceptor.DomainInterceptor
 
dsPointCut() - 类 中的方法me.youm.boot.aop.ExcelAspect
切 面 编 程
dsPointCut() - 类 中的方法me.youm.boot.aop.LogAspect
切 面 编 程
dsPointCut() - 类 中的方法me.youm.boot.aop.RepeatAspect
切 面 编 程

E

EDIT - me.youm.boot.aop.enums.Action
EMPTY - 类 中的静态变量me.youm.boot.constant.SystemConstant
空 串
enable - 类 中的静态变量me.youm.boot.constant.TenantConstant
开启多租户
eraseCredentials() - 类 中的方法me.youm.boot.secure.services.SecureUser
 
Excel - me.youm.boot.aop.annotation中的注释类型
Excel 注解
ExcelAspect - me.youm.boot.aop中的类
Excel 导出 Aop
ExcelAspect() - 类 的构造器me.youm.boot.aop.ExcelAspect
 
ExcelUtil - me.youm.boot.tools.core中的类
Excel 工具
ExcelUtil() - 类 的构造器me.youm.boot.tools.core.ExcelUtil
 

F

failure() - 类 中的静态方法me.youm.boot.web.domain.Result
失 败 操 作, 默 认 数 据
failure() - 类 中的方法me.youm.boot.web.domain.ResultController
失败操作
failure(int, String) - 类 中的静态方法me.youm.boot.web.domain.Result
失 败 操 作, 携 带 自 定 义 状 态 码 和 自 定 义 消 息
failure(int, String, Object) - 类 中的方法me.youm.boot.web.domain.ResultController
失败操作
failure(int, String, T) - 类 中的静态方法me.youm.boot.web.domain.Result
失 败 操 作, 携 带 自 定 义 状 态 码 , 消 息 和 数 据
failure(String) - 类 中的静态方法me.youm.boot.web.domain.Result
失 败 操 作, 携 带 自 定 义 消 息
failure(String) - 类 中的方法me.youm.boot.web.domain.ResultController
失败操作
failure(String, Object) - 类 中的方法me.youm.boot.web.domain.ResultController
失败操作
failure(String, T) - 类 中的静态方法me.youm.boot.web.domain.Result
失 败 操 作, 携 带 自 定 义 消 息 和 数 据
failure(ResultCode) - 类 中的静态方法me.youm.boot.web.domain.Result
失 败 操 作 , 携 带 自 定 义 消 息 , 状 态 码
FAILURE - me.youm.boot.web.domain.ResultCode
 

G

GenerateConstant - me.youm.boot.constant中的类
Generate 静态配置
GenerateConstant() - 类 的构造器me.youm.boot.constant.GenerateConstant
 
getAgent() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
Request Agent
getAnnotation(ProceedingJoinPoint) - 类 中的方法me.youm.boot.aop.ExcelAspect
获 取 注 解
getAnnotation(ProceedingJoinPoint) - 类 中的方法me.youm.boot.aop.LogAspect
获 取 注 解
getAnnotation(ProceedingJoinPoint) - 类 中的方法me.youm.boot.aop.RepeatAspect
获 取 注 解
getAuthentication() - 类 中的方法me.youm.boot.context.UserContext
Authentication 认证对象
getAuthorities() - 类 中的方法me.youm.boot.secure.services.SecureUser
 
getBean(Class<T>) - 类 中的静态方法me.youm.boot.context.BeanContext
获取 Bean 实例
getBean(String) - 类 中的静态方法me.youm.boot.context.BeanContext
获取 Bean 实体
getBean(String, Class<T>) - 类 中的静态方法me.youm.boot.context.BeanContext
获取 Bean 实例
getBodyParameters() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
获取 Request Body 请求参数
getBoundSql(Object) - 类 中的方法me.youm.boot.web.interceptor.BoundSqlSqlSource
 
getBrowser() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
Request 浏览器类型
getCpu() - 类 中的方法me.youm.boot.tools.support.server.Server
 
getCpuNum() - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
getDataSource(String) - 类 中的方法me.youm.boot.context.DataContext
获取数据源
getDataSources() - 类 中的方法me.youm.boot.context.DataContext
数据源列表
getDeptId() - 类 中的方法me.youm.boot.context.UserContext
deptId 当前部门
getDisk() - 类 中的方法me.youm.boot.tools.support.server.Server
 
getFree() - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
getFree() - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
getFree() - 类 中的方法me.youm.boot.tools.support.server.server.Mem
 
getHeader(String) - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
Request 请求头
getHome() - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
getIpAddress() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
Describe: Request 客户端地址
getJvm() - 类 中的方法me.youm.boot.tools.support.server.Server
 
getMappedStatement(Invocation) - 类 中的静态方法me.youm.boot.web.interceptor.InvocationHandler
 
getMax() - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
getMem() - 类 中的方法me.youm.boot.tools.support.server.Server
 
getMethod() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
Request 请求方法
getName() - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
获取JDK名称
getNickName() - 类 中的方法me.youm.boot.context.UserContext
nickname 当前用户昵称
getParameter(String) - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
获取 Request 请求参数
getPassword() - 类 中的方法me.youm.boot.secure.services.SecureUser
 
getPrincipal() - 类 中的方法me.youm.boot.context.UserContext
SysUser 当前用户
getQueryParam() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
Request 请求参数
getRemoteHost() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
Describe: Request 客户端地址
getRequest() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
获取 HttpServletRequest 对象
getRequestURI() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
Request 请求地址
getResponse() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
获取 HttpServletResponse 对象
getRoles() - 类 中的方法me.youm.boot.context.UserContext
roles 角色列表
getSession() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
获取 HttpSession 对象
getSql(Invocation) - 类 中的静态方法me.youm.boot.web.interceptor.InvocationHandler
 
getSys() - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
getSys() - 类 中的方法me.youm.boot.tools.support.server.Server
 
getSystem() - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
Request 访问来源 ( 客户端类型 )
getTenantId() - 类 中的方法me.youm.boot.context.UserContext
tenantId 当前租户
getTotal() - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
getTotal() - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
getTotal() - 类 中的方法me.youm.boot.tools.support.server.server.Mem
 
getType(String) - 类 中的静态方法me.youm.boot.context.BeanContext
获取 Bean 类型
getUsage() - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
getUsage() - 类 中的方法me.youm.boot.tools.support.server.server.Mem
 
getUsed() - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
getUsed() - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
getUsed() - 类 中的方法me.youm.boot.tools.support.server.server.Mem
 
getUserId() - 类 中的方法me.youm.boot.context.UserContext
UserId 用户编号
getUsername() - 类 中的方法me.youm.boot.context.UserContext
Username 当前用户名
getUsername() - 类 中的方法me.youm.boot.secure.services.SecureUser
 
getVersion() - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
getWait() - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
GlobalExceptionHandler - me.youm.boot.web.exception中的类
全 局 异 常 处 理
GlobalExceptionHandler() - 类 的构造器me.youm.boot.web.exception.GlobalExceptionHandler
 

H

handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) - 类 中的方法me.youm.boot.secure.process.SecureNoPermissionHandler
 
handleException(Exception) - 类 中的方法me.youm.boot.web.exception.GlobalExceptionHandler
系 统 异 常
handleException(HttpRequestMethodNotSupportedException) - 类 中的方法me.youm.boot.web.exception.GlobalExceptionHandler
不 支 持 的 请 求 类 型
HTTP_ACT_MATCHERS - 类 中的静态变量me.youm.boot.constant.SecurityConstant
不需要认证的接口资源

I

IDataSourceService - me.youm.boot.context.service中的接口
 
IDeptService - me.youm.boot.secure.services中的接口
 
IGNORE_TABLE - 类 中的静态变量me.youm.boot.constant.TenantConstant
过滤内容
ILogService - me.youm.boot.context.service中的接口
 
IMPORT - me.youm.boot.aop.enums.Action
导入
insertFill(MetaObject) - 类 中的方法me.youm.boot.web.interceptor.DomainInterceptor
 
intercept(Invocation) - 类 中的方法me.youm.boot.web.interceptor.DataScopeInterceptor
 
intercept(Invocation) - 类 中的方法me.youm.boot.web.interceptor.TenantInterceptor
 
InterceptorConfiguration - me.youm.boot.web.interceptor中的类
 
InterceptorConfiguration() - 类 的构造器me.youm.boot.web.interceptor.InterceptorConfiguration
 
InvocationHandler - me.youm.boot.web.interceptor中的类
 
InvocationHandler() - 类 的构造器me.youm.boot.web.interceptor.InvocationHandler
 
invoke() - 接口 中的方法me.youm.boot.web.base.page.Pageable.Record
执行
IPowerService - me.youm.boot.secure.services中的接口
 
IS_CAPTCHA_VERIFICATION - 类 中的静态变量me.youm.boot.constant.SecurityConstant
是否开启验证码
isAccountNonExpired() - 类 中的方法me.youm.boot.secure.services.SecureUser
 
isAccountNonLocked() - 类 中的方法me.youm.boot.secure.services.SecureUser
 
isBlank(String) - 类 中的静态方法me.youm.boot.tools.core.StringUtil
判断是否为空
isCredentialsNonExpired() - 类 中的方法me.youm.boot.secure.services.SecureUser
 
isEmpty(String) - 类 中的静态方法me.youm.boot.tools.core.StringUtil
判断是否为空
isEnabled() - 类 中的方法me.youm.boot.secure.services.SecureUser
 
isNotBlank(String) - 类 中的静态方法me.youm.boot.tools.core.StringUtil
判断是否不为空
isNotEmpty(String) - 类 中的静态方法me.youm.boot.tools.core.StringUtil
判断是否不为空
isRepeatSubmit(HttpServletRequest) - 类 中的方法me.youm.boot.aop.RepeatAspect
判断是否存在重复提交的问题
isSingleton(String) - 类 中的静态方法me.youm.boot.context.BeanContext
Bean 是否为单例
ISSUER - 类 中的静态变量me.youm.boot.constant.TokenConstant
Access Token 发布者
IUserService - me.youm.boot.secure.services中的接口
 

J

Jvm - me.youm.boot.tools.support.server.server中的类
JVM 信息
Jvm() - 类 的构造器me.youm.boot.tools.support.server.server.Jvm
 

L

list(SysDataSourceRequest) - 接口 中的方法me.youm.boot.context.service.IDataSourceService
获取数据源列表
loadAuthorities(String) - 类 中的方法me.youm.boot.secure.services.SecureUserServiceImpl
 
loadDataSource() - 类 中的方法me.youm.boot.context.DataContext
 
loadRoles(String) - 类 中的方法me.youm.boot.secure.services.SecureUserServiceImpl
 
loadUserByUsername(String) - 类 中的方法me.youm.boot.secure.services.SecureUserServiceImpl
加载用户信息
Log - me.youm.boot.aop.annotation中的注释类型
日志 注解
LogAspect - me.youm.boot.aop中的类
Log 实现 Aop Author: 就 眠 仪 式 CreateTime: 2021/04/01
LogAspect() - 类 的构造器me.youm.boot.aop.LogAspect
 
LOGIN_FAILURE - me.youm.boot.web.domain.ResultCode
 
LOGIN_METHOD - 类 中的静态变量me.youm.boot.constant.SecurityConstant
登录接口方式
LOGIN_SUCCESS - me.youm.boot.web.domain.ResultCode
 
LOGIN_URL - 类 中的静态变量me.youm.boot.constant.SecurityConstant
默认的登录接口
LOGOUT_SUCCESS - me.youm.boot.web.domain.ResultCode
 
LOGOUT_URL - 类 中的静态变量me.youm.boot.constant.SecurityConstant
默认的注销接口

M

matches(String, String) - 类 中的静态方法me.youm.boot.tools.core.PatternUtil
 
matches(String, List<String>) - 类 中的静态方法me.youm.boot.tools.core.PatternUtil
 
matches(List<String>, String) - 类 中的静态方法me.youm.boot.tools.core.PatternUtil
 
MathUtil - me.youm.boot.tools.core中的类
精确浮点数运算
me.youm.boot - 程序包 me.youm.boot
 
me.youm.boot.aop - 程序包 me.youm.boot.aop
 
me.youm.boot.aop.annotation - 程序包 me.youm.boot.aop.annotation
 
me.youm.boot.aop.enums - 程序包 me.youm.boot.aop.enums
 
me.youm.boot.configure - 程序包 me.youm.boot.configure
 
me.youm.boot.constant - 程序包 me.youm.boot.constant
 
me.youm.boot.context - 程序包 me.youm.boot.context
 
me.youm.boot.context.domain - 程序包 me.youm.boot.context.domain
 
me.youm.boot.context.param - 程序包 me.youm.boot.context.param
 
me.youm.boot.context.service - 程序包 me.youm.boot.context.service
 
me.youm.boot.secure.captcha - 程序包 me.youm.boot.secure.captcha
 
me.youm.boot.secure.domain - 程序包 me.youm.boot.secure.domain
 
me.youm.boot.secure.process - 程序包 me.youm.boot.secure.process
 
me.youm.boot.secure.services - 程序包 me.youm.boot.secure.services
 
me.youm.boot.secure.uutoken - 程序包 me.youm.boot.secure.uutoken
 
me.youm.boot.tools.core - 程序包 me.youm.boot.tools.core
 
me.youm.boot.tools.support.server - 程序包 me.youm.boot.tools.support.server
 
me.youm.boot.tools.support.server.server - 程序包 me.youm.boot.tools.support.server.server
 
me.youm.boot.web.base - 程序包 me.youm.boot.web.base
 
me.youm.boot.web.base.domain - 程序包 me.youm.boot.web.base.domain
 
me.youm.boot.web.base.page - 程序包 me.youm.boot.web.base.page
 
me.youm.boot.web.domain - 程序包 me.youm.boot.web.domain
 
me.youm.boot.web.exception - 程序包 me.youm.boot.web.exception
 
me.youm.boot.web.exception.auth.captcha - 程序包 me.youm.boot.web.exception.auth.captcha
 
me.youm.boot.web.exception.auth.token - 程序包 me.youm.boot.web.exception.auth.token
 
me.youm.boot.web.exception.base - 程序包 me.youm.boot.web.exception.base
 
me.youm.boot.web.interceptor - 程序包 me.youm.boot.web.interceptor
 
me.youm.boot.web.interceptor.annotation - 程序包 me.youm.boot.web.interceptor.annotation
 
me.youm.boot.web.interceptor.enums - 程序包 me.youm.boot.web.interceptor.enums
 
Mem - me.youm.boot.tools.support.server.server中的类
内存信息
Mem() - 类 的构造器me.youm.boot.tools.support.server.server.Mem
 
message() - 枚举 中的方法me.youm.boot.web.domain.ResultCode
获 取 消 息
methodArgumentNotValidExceptionHandler(MethodArgumentNotValidException) - 类 中的方法me.youm.boot.web.exception.ValidationExceptionHandler
处 理 json 请 求 体 调 用 接 口 校 验 失 败 抛 出 的 异 常
model() - 注释类型 中的方法me.youm.boot.aop.annotation.Excel
 
Model - me.youm.boot.aop.enums中的枚举
 
mul(double, double) - 类 中的静态方法me.youm.boot.tools.core.MathUtil
提供精确的乘法运算。

N

newMappedStatement(MappedStatement, SqlSource) - 类 中的静态方法me.youm.boot.web.interceptor.InvocationHandler
 
NOT_LOGIN - me.youm.boot.web.domain.ResultCode
 
NOT_PERMISSION - me.youm.boot.web.domain.ResultCode
 
notColumn(RuntimeException) - 类 中的方法me.youm.boot.web.exception.GlobalExceptionHandler
未 知 的 运 行 时 异 常
notFount(RuntimeException) - 类 中的方法me.youm.boot.web.exception.GlobalExceptionHandler
未 知 的 运 行 时 异 常
number() - 注释类型 中的方法me.youm.boot.web.interceptor.annotation.RateLimit
请求次数 默认 100 秒内限制 10 次访问

O

objectMapper() - 类 中的方法me.youm.boot.configure.CoreConfig
日期序列化
of(List<T>, int, int) - 类 中的静态方法me.youm.boot.web.base.page.Pageable
内存分页
of(PageRequest, List<T>) - 类 中的静态方法me.youm.boot.web.base.page.Pageable
内存分页
of(PageRequest, Pageable.Record) - 类 中的静态方法me.youm.boot.web.base.page.Pageable
物理分页
onApplicationEvent(ContextRefreshedEvent) - 类 中的方法me.youm.boot.web.interceptor.InterceptorConfiguration
 
onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类 中的方法me.youm.boot.secure.process.SecureLoginFailureHandler
 
onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - 类 中的方法me.youm.boot.secure.process.SecureLoginSuccessHandler
 
onLogoutSuccess(HttpServletRequest, HttpServletResponse, Authentication) - 类 中的方法me.youm.boot.secure.process.SecureLogoutSuccessHandler
 

P

page(SysDataSourceRequest) - 接口 中的方法me.youm.boot.context.service.IDataSourceService
获取数据源列表 (分页)
Pageable - me.youm.boot.web.base.page中的类
分 页 工 具
Pageable.Record<T> - me.youm.boot.web.base.page中的接口
内部类
PageRequest - me.youm.boot.web.base.page中的类
分 页 参 数
PageRequest() - 类 的构造器me.youm.boot.web.base.page.PageRequest
 
PageResponse<T> - me.youm.boot.web.base.page中的类
分 页 结 果
PageResponse(int, List<T>) - 类 的构造器me.youm.boot.web.base.page.PageResponse
构建实体
PageResponse(PageInfo<T>) - 类 的构造器me.youm.boot.web.base.page.PageResponse
构建实体
parse(String) - 类 中的静态方法me.youm.boot.tools.core.TokenUtil
解析 Token
PatternUtil - me.youm.boot.tools.core中的类
 
PatternUtil() - 类 的构造器me.youm.boot.tools.core.PatternUtil
 
power(String) - 接口 中的方法me.youm.boot.secure.services.IPowerService
查询权限列表
PREFIX - 类 中的静态变量me.youm.boot.constant.ControllerConstant
基础 API 根路径
PREFIX_SYS - 类 中的静态变量me.youm.boot.constant.ControllerConstant
系统 API 根路径
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法me.youm.boot.web.interceptor.RateLimitInterceptor
 

Q

QINIU - 类 中的静态变量me.youm.boot.constant.SystemConstant
七牛
QUERY - me.youm.boot.aop.enums.Action

R

RateLimit - me.youm.boot.web.interceptor.annotation中的注释类型
 
RateLimitInterceptor - me.youm.boot.web.interceptor中的类
 
RateLimitInterceptor() - 类 的构造器me.youm.boot.web.interceptor.RateLimitInterceptor
 
read(String, Class) - 类 中的静态方法me.youm.boot.tools.core.ExcelUtil
读 Excel
read(HttpServletRequest, Class) - 类 中的静态方法me.youm.boot.tools.core.ExcelUtil
读 Excel
READ - me.youm.boot.aop.enums.Model
record(String, String, Action, Boolean, String, String) - 类 中的方法me.youm.boot.context.BaseContext
新增日志
redisTemplate(LettuceConnectionFactory) - 类 中的方法me.youm.boot.configure.CoreConfig
Redis 操作工具
REMEMBER_NAME_PREFIX - 类 中的静态变量me.youm.boot.constant.CacheNameConstant
Remember 存储前缀
REMOVE - me.youm.boot.aop.enums.Action
removeDataSource(String) - 类 中的方法me.youm.boot.context.DataContext
删除数据源
Repeat - me.youm.boot.aop.annotation中的注释类型
 
REPEAT_PARAMS - 类 中的变量me.youm.boot.aop.RepeatAspect
参数
REPEAT_SUBMIT - me.youm.boot.web.domain.ResultCode
 
REPEAT_TIME - 类 中的变量me.youm.boot.aop.RepeatAspect
时间
RepeatAspect - me.youm.boot.aop中的类
重 复 提 交 拦 截 器
RepeatAspect() - 类 的构造器me.youm.boot.aop.RepeatAspect
 
REPORT - me.youm.boot.aop.enums.Action
导出
result(int, String, T, boolean) - 类 中的静态方法me.youm.boot.web.domain.Result
Result 构 建 方 法
Result<T> - me.youm.boot.web.domain中的类
Ajax 响 应 实 体
Result() - 类 的构造器me.youm.boot.web.domain.Result
 
ResultCode - me.youm.boot.web.domain中的枚举
Describe: Ajax 响应类型
ResultController - me.youm.boot.web.domain中的类
Ajax 响 应 处 理
ResultController() - 类 的构造器me.youm.boot.web.domain.ResultController
 
role() - 注释类型 中的方法me.youm.boot.web.interceptor.annotation.DataScopeRule
角 色 模 式
role(String) - 接口 中的方法me.youm.boot.secure.services.IUserService
获取角色列表
round(double, int) - 类 中的静态方法me.youm.boot.tools.core.MathUtil
提供精确的小数位四舍五入处理。
rules() - 注释类型 中的方法me.youm.boot.web.interceptor.annotation.DataScope
规 则 模 式

S

save(SysLog) - 接口 中的方法me.youm.boot.context.service.ILogService
保存日志
saveToken(SecureUserToken) - 类 中的方法me.youm.boot.secure.uutoken.SecureUserTokenService
存储 Token
scope() - 注释类型 中的方法me.youm.boot.web.interceptor.annotation.DataScope
自 动 模 式
scope() - 注释类型 中的方法me.youm.boot.web.interceptor.annotation.DataScopeRule
权 限 模 式
Scope - me.youm.boot.web.interceptor.enums中的枚举
Describe: 接口权限限制
SECRET - 类 中的静态变量me.youm.boot.constant.TokenConstant
Access Token 密钥
SecureCaptcha - me.youm.boot.secure.captcha中的类
Captcha 验证码实体
SecureCaptcha() - 类 的构造器me.youm.boot.secure.captcha.SecureCaptcha
 
SecureCaptchaRest - me.youm.boot.secure.captcha中的类
Captcha Rest 服务
SecureCaptchaRest() - 类 的构造器me.youm.boot.secure.captcha.SecureCaptchaRest
 
SecureCaptchaService - me.youm.boot.secure.captcha中的类
Captcha 验证码服务
SecureCaptchaService() - 类 的构造器me.youm.boot.secure.captcha.SecureCaptchaService
 
SecureCaptchaSupport - me.youm.boot.secure.captcha中的类
Captcha Filter 主要增加 Token 的验证
SecureCaptchaSupport() - 类 的构造器me.youm.boot.secure.captcha.SecureCaptchaSupport
 
SecureLoginFailureHandler - me.youm.boot.secure.process中的类
Describe: Security 登陆失败处理类
SecureLoginFailureHandler() - 类 的构造器me.youm.boot.secure.process.SecureLoginFailureHandler
 
SecureLoginSuccessHandler - me.youm.boot.secure.process中的类
Describe: Security 登陆成功处理类
SecureLoginSuccessHandler() - 类 的构造器me.youm.boot.secure.process.SecureLoginSuccessHandler
 
SecureLogoutSuccessHandler - me.youm.boot.secure.process中的类
Security 注销成功处理类
SecureLogoutSuccessHandler() - 类 的构造器me.youm.boot.secure.process.SecureLogoutSuccessHandler
 
SecureNoAuthenticationHandler - me.youm.boot.secure.process中的类
Security 用户未登陆处理类
SecureNoAuthenticationHandler() - 类 的构造器me.youm.boot.secure.process.SecureNoAuthenticationHandler
 
SecureNoPermissionHandler - me.youm.boot.secure.process中的类
Security 用户暂无权限处理类
SecureNoPermissionHandler() - 类 的构造器me.youm.boot.secure.process.SecureNoPermissionHandler
 
SecureUser - me.youm.boot.secure.services中的类
基础 UserInfo 实体, 为安全验证提供支持的公共属性
SecureUser() - 类 的构造器me.youm.boot.secure.services.SecureUser
 
SecureUserServiceImpl - me.youm.boot.secure.services中的类
Security 用户服务实现
SecureUserServiceImpl() - 类 的构造器me.youm.boot.secure.services.SecureUserServiceImpl
 
SecureUserToken - me.youm.boot.secure.uutoken中的类
用户 Token 封装实体
SecureUserToken() - 类 的构造器me.youm.boot.secure.uutoken.SecureUserToken
 
SecureUserTokenService - me.youm.boot.secure.uutoken中的类
Security User Token 操作服务
SecureUserTokenService() - 类 的构造器me.youm.boot.secure.uutoken.SecureUserTokenService
 
SecureUserTokenSupport - me.youm.boot.secure.uutoken中的类
Token Filter 主要增加 Token 的验证
SecureUserTokenSupport() - 类 的构造器me.youm.boot.secure.uutoken.SecureUserTokenSupport
 
SecurityConfig - me.youm.boot.configure中的类
Security 安全核心配置类
SecurityConfig() - 类 的构造器me.youm.boot.configure.SecurityConfig
 
SecurityConstant - me.youm.boot.constant中的类
Security 静态配置
SecurityConstant() - 类 的构造器me.youm.boot.constant.SecurityConstant
 
selectByUsername(String) - 接口 中的方法me.youm.boot.secure.services.IUserService
通过用户名查询用户信息
SELF - me.youm.boot.web.interceptor.enums.Scope
自己
Server - me.youm.boot.tools.support.server中的类
服务器相关信息
Server() - 类 的构造器me.youm.boot.tools.support.server.Server
 
ServletUtil - me.youm.boot.tools.core中的类
Servlet 工具类
ServletUtil() - 类 的构造器me.youm.boot.tools.core.ServletUtil
 
SESSION_REPEAT_KEY - 类 中的变量me.youm.boot.aop.RepeatAspect
数据
setApplicationContext(ApplicationContext) - 类 中的方法me.youm.boot.context.BeanContext
设置 Spring 上下文
setCpu(Cpu) - 类 中的方法me.youm.boot.tools.support.server.Server
 
setCpuNum(int) - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
setFree(double) - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
setFree(double) - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
setFree(long) - 类 中的方法me.youm.boot.tools.support.server.server.Mem
 
setHome(String) - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
setIntervalTime(int) - 类 中的方法me.youm.boot.aop.RepeatAspect
设置,间隔时间
setJvm(Jvm) - 类 中的方法me.youm.boot.tools.support.server.Server
 
setMax(double) - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
setMem(Mem) - 类 中的方法me.youm.boot.tools.support.server.Server
 
setSql(Invocation, String) - 类 中的静态方法me.youm.boot.web.interceptor.InvocationHandler
 
setSys(double) - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
setSys(Sys) - 类 中的方法me.youm.boot.tools.support.server.Server
 
setSysFiles(List<Disk>) - 类 中的方法me.youm.boot.tools.support.server.Server
 
setTotal(double) - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
setTotal(double) - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
setTotal(long) - 类 中的方法me.youm.boot.tools.support.server.server.Mem
 
setUsed(double) - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
setUsed(long) - 类 中的方法me.youm.boot.tools.support.server.server.Mem
 
setVersion(String) - 类 中的方法me.youm.boot.tools.support.server.server.Jvm
 
setWait(double) - 类 中的方法me.youm.boot.tools.support.server.server.Cpu
 
shouldNotFilter(HttpServletRequest) - 类 中的方法me.youm.boot.secure.captcha.SecureCaptchaSupport
 
shouldNotFilter(HttpServletRequest) - 类 中的方法me.youm.boot.secure.uutoken.SecureUserTokenSupport
 
StringUtil - me.youm.boot.tools.core中的类
Describe: String 工具类
StringUtil() - 类 的构造器me.youm.boot.tools.core.StringUtil
 
sub(double, double) - 类 中的静态方法me.youm.boot.tools.core.MathUtil
提供精确的减法运算。
success() - 类 中的静态方法me.youm.boot.web.domain.Result
成 功 操 作
success() - 类 中的方法me.youm.boot.web.domain.ResultController
成功操作
success(int, String) - 类 中的静态方法me.youm.boot.web.domain.Result
 
success(int, String, Object) - 类 中的方法me.youm.boot.web.domain.ResultController
成功操作
success(int, String, T) - 类 中的静态方法me.youm.boot.web.domain.Result
成 功 操 作, 携 带 自 定义 状 态 码, 消 息 和 数 据
success(Object) - 类 中的方法me.youm.boot.web.domain.ResultController
成功操作
success(String) - 类 中的静态方法me.youm.boot.web.domain.Result
成 功 操 作, 携 带 消 息
success(String) - 类 中的方法me.youm.boot.web.domain.ResultController
成功操作
success(String, Object) - 类 中的方法me.youm.boot.web.domain.ResultController
成功操作
success(String, T) - 类 中的静态方法me.youm.boot.web.domain.Result
成 功 操 作, 携 带 消 息 和 携 带 数 据
success(ResultCode) - 类 中的静态方法me.youm.boot.web.domain.Result
成 功 操 作, 携 带 自 定 义 状 态 码 和 消 息
success(ResultCode, String, String) - 类 中的静态方法me.youm.boot.web.domain.Result
成 功 操 作, 携 带 自 定 义 状 态 码 和 消 息
success(T) - 类 中的静态方法me.youm.boot.web.domain.Result
成 功 操 作 , 携 带 数 据
SUCCESS - me.youm.boot.web.domain.ResultCode
返回结果码
SwaggerConfig - me.youm.boot.configure中的类
Swagger 文档配置
SwaggerConfig() - 类 的构造器me.youm.boot.configure.SwaggerConfig
 
Sys - me.youm.boot.tools.support.server.server中的类
系统相关信息
Sys() - 类 的构造器me.youm.boot.tools.support.server.server.Sys
 
SysDataSource - me.youm.boot.context.domain中的类
数据源模型
SysDataSource() - 类 的构造器me.youm.boot.context.domain.SysDataSource
 
SysDataSourceRequest - me.youm.boot.context.param中的类
 
SysDataSourceRequest() - 类 的构造器me.youm.boot.context.param.SysDataSourceRequest
 
SysDept - me.youm.boot.secure.domain中的类
部门模型
SysDept() - 类 的构造器me.youm.boot.secure.domain.SysDept
 
SysLog - me.youm.boot.context.domain中的类
日志模型
SysLog() - 类 的构造器me.youm.boot.context.domain.SysLog
 
SysPower - me.youm.boot.secure.domain中的类
权限模型
SysPower() - 类 的构造器me.youm.boot.secure.domain.SysPower
 
SysRole - me.youm.boot.secure.domain中的类
 
SysRole() - 类 的构造器me.youm.boot.secure.domain.SysRole
 
SystemConstant - me.youm.boot.constant中的类
System 静态配置
SystemConstant() - 类 的构造器me.youm.boot.constant.SystemConstant
 
SysUser - me.youm.boot.secure.domain中的类
用户领域模型
SysUser() - 类 的构造器me.youm.boot.secure.domain.SysUser
 

T

taskCaptcha(String) - 类 中的方法me.youm.boot.secure.captcha.SecureCaptchaService
获 取 Captcha
taskToken(String) - 类 中的方法me.youm.boot.secure.uutoken.SecureUserTokenService
获取 Token
TENANT_COLUMN - 类 中的静态变量me.youm.boot.constant.TenantConstant
租户字段
TenantConstant - me.youm.boot.constant中的类
Tenant 多租户静态配置
TenantConstant() - 类 的构造器me.youm.boot.constant.TenantConstant
 
TenantIgnore - me.youm.boot.web.interceptor.annotation中的注释类型
忽略多租户
TenantInterceptor - me.youm.boot.web.interceptor中的类
多 租 户 拦 截 器
TenantInterceptor() - 类 的构造器me.youm.boot.web.interceptor.TenantInterceptor
 
TENCENT - 类 中的静态变量me.youm.boot.constant.SystemConstant
腾讯云
time() - 注释类型 中的方法me.youm.boot.web.interceptor.annotation.RateLimit
时间限制 默认 100 秒内限制 10 次访问
title() - 注释类型 中的方法me.youm.boot.aop.annotation.Log
Title 默认输入
TOKEN_EXPIRATION - 类 中的静态变量me.youm.boot.constant.SecurityConstant
Token 过期时间
TOKEN_EXPIRED - me.youm.boot.web.domain.ResultCode
 
TOKEN_HEADER - 类 中的静态变量me.youm.boot.constant.TokenConstant
Http Header Token 请求头
TOKEN_HEADER_KEY - 类 中的静态变量me.youm.boot.constant.TokenConstant
Http Header Token Key
TOKEN_INVALID - me.youm.boot.web.domain.ResultCode
 
TOKEN_MISSION - me.youm.boot.web.domain.ResultCode
 
TOKEN_NAME_PREFIX - 类 中的静态变量me.youm.boot.constant.CacheNameConstant
Token 存储前缀
TOKEN_PREFIX - 类 中的静态变量me.youm.boot.constant.TokenConstant
Access Token 前缀
TokenConstant - me.youm.boot.constant中的类
Json Web Token 静态配置
TokenConstant() - 类 的构造器me.youm.boot.constant.TokenConstant
 
TokenException - me.youm.boot.web.exception.auth.token中的异常错误
TOKEN 异 常 类
TokenException(String) - 异常错误 的构造器me.youm.boot.web.exception.auth.token.TokenException
 
TokenExpiredException - me.youm.boot.web.exception.auth.token中的异常错误
TOKEN 过 期 异 常
TokenExpiredException(String) - 异常错误 的构造器me.youm.boot.web.exception.auth.token.TokenExpiredException
 
TokenUtil - me.youm.boot.tools.core中的类
Token 工具类
TokenUtil() - 类 的构造器me.youm.boot.tools.core.TokenUtil
 
TokenValidationException - me.youm.boot.web.exception.auth.token中的异常错误
TOKEN 验 证 异 常
TokenValidationException(String) - 异常错误 的构造器me.youm.boot.web.exception.auth.token.TokenValidationException
 
toList(Object, Class<T>) - 类 中的静态方法me.youm.boot.aop.ExcelAspect
List 转换
tree() - 接口 中的方法me.youm.boot.secure.services.IDeptService
查询部门列表
treeAndChildren(String) - 接口 中的方法me.youm.boot.secure.services.IDeptService
根据 parent 查询部门列表
TreeDomain<T> - me.youm.boot.web.base.domain中的类
Base Tree 实体 Author: 就 眠 仪 式 CreateTime: 2021/04/24
TreeDomain() - 类 的构造器me.youm.boot.web.base.domain.TreeDomain
 

U

UndertowHttp2Configuration - me.youm.boot.configure中的类
 
UndertowHttp2Configuration() - 类 的构造器me.youm.boot.configure.UndertowHttp2Configuration
 
undertowHttp2WebServerFactoryCustomizer() - 类 中的方法me.youm.boot.configure.UndertowHttp2Configuration
 
undertowServerFactoryCustomizer() - 类 中的方法me.youm.boot.configure.UndertowHttp2Configuration
实例化UndertowServerFactoryCustomizer,解决undertow启动提示warn的问题
UndertowServerFactoryCustomizer - me.youm.boot.configure中的类
解决undertow警告Buffer pool was not set on WebSocketDeploymentInfo
UndertowServerFactoryCustomizer() - 类 的构造器me.youm.boot.configure.UndertowServerFactoryCustomizer
 
updateDataSource(String, String, String, String, String) - 类 中的方法me.youm.boot.context.DataContext
修改数据源
updateField(MetaObject) - 类 中的方法me.youm.boot.web.interceptor.DomainInterceptor
 
updateFill(MetaObject) - 类 中的方法me.youm.boot.web.interceptor.DomainInterceptor
 
UPLOAD - me.youm.boot.aop.enums.Action
上传
USER_BAD_CREDENTIALS - me.youm.boot.web.domain.ResultCode
 
USER_EXPIRED - me.youm.boot.web.domain.ResultCode
 
USER_LOCKED - me.youm.boot.web.domain.ResultCode
 
USER_NOT_ENABLE - me.youm.boot.web.domain.ResultCode
 
USER_USERNAME_NOT_FOUND - me.youm.boot.web.domain.ResultCode
 
UserContext - me.youm.boot.context中的类
User Context
UserContext() - 类 的构造器me.youm.boot.context.UserContext
 
UTF8 - 类 中的静态变量me.youm.boot.constant.SystemConstant
项 目 编 码

V

ValidationExceptionHandler - me.youm.boot.web.exception中的类
 
ValidationExceptionHandler() - 类 的构造器me.youm.boot.web.exception.ValidationExceptionHandler
 
valueOf(String) - 枚举 中的静态方法me.youm.boot.aop.enums.Action
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法me.youm.boot.aop.enums.Model
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法me.youm.boot.web.domain.ResultCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法me.youm.boot.web.interceptor.enums.Scope
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法me.youm.boot.aop.enums.Action
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法me.youm.boot.aop.enums.Model
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法me.youm.boot.web.domain.ResultCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法me.youm.boot.web.interceptor.enums.Scope
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verifyCaptcha(String, String) - 类 中的方法me.youm.boot.secure.captcha.SecureCaptchaService
验 证 Captcha
verifyToken(String, String) - 类 中的方法me.youm.boot.secure.uutoken.SecureUserTokenService
验证 Token

W

WEB_ACT_MATCHERS - 类 中的静态变量me.youm.boot.constant.SecurityConstant
不需要认证的静态资源
write(String) - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
Response 对象写出数据
write(String, Class, List<T>) - 类 中的静态方法me.youm.boot.tools.core.ExcelUtil
写 Excel
write(HttpServletResponse, Class, List<T>) - 类 中的静态方法me.youm.boot.tools.core.ExcelUtil
写 Excel
WRITE - me.youm.boot.aop.enums.Model
writeJson(Object) - 类 中的静态方法me.youm.boot.tools.core.ServletUtil
Response 对象写出 JSON 数据

X

XLSX - 类 中的静态变量me.youm.boot.constant.SystemConstant
Excel 格式
A B C D E F G H I J L M N O P Q R S T U V W X 
所有类 所有程序包