跳过导航链接
A B C D E F G H I J M N O P R S T U V W 

A

AccessDecision - build.max.common.annotation中的注释类型
访问策略
assureDir(String) - 类 中的静态方法build.max.common.utils.FileUtils
Assure the directory is existed.

B

build.max.common.annotation - 程序包 build.max.common.annotation
 
build.max.common.config - 程序包 build.max.common.config
 
build.max.common.constant - 程序包 build.max.common.constant
 
build.max.common.exception - 程序包 build.max.common.exception
 
build.max.common.utils - 程序包 build.max.common.utils
 
build.max.common.web - 程序包 build.max.common.web
 

C

code - 类 中的变量build.max.common.utils.CommandUtils.ExecResult
退出code.
COL_DEFINITION_ENUM - 类 中的静态变量build.max.common.constant.DBConstant
枚举,状态等字段定义.
COL_DEFINITION_ID - 类 中的静态变量build.max.common.constant.DBConstant
id 字段定义.
CommandUtils - build.max.common.utils中的类
用于执行控制台命令.
CommandUtils() - 类 的构造器build.max.common.utils.CommandUtils
 
CommandUtils.ExecResult - build.max.common.utils中的类
 
CryptUtils - build.max.common.utils中的类
 
CryptUtils() - 类 的构造器build.max.common.utils.CryptUtils
 

D

date2utcstr(Date) - 类 中的静态方法build.max.common.utils.DateUtils
将本地时间转换为utc字符串.
DateUtils - build.max.common.utils中的类
时间工具, 用于将时间与utc时间进行转换.
DateUtils() - 类 的构造器build.max.common.utils.DateUtils
 
DBConstant - build.max.common.constant中的类
数据库常量.
DEFAULT_FORMAT - 类 中的静态变量build.max.common.utils.DateUtils
 
DEFAULT_TIMEZONE_ID - 类 中的静态变量build.max.common.utils.DateUtils
 
dirCopy(String, String) - 类 中的静态方法build.max.common.utils.FileUtils
copy directory
dirRemoveRecursive(String) - 类 中的静态方法build.max.common.utils.FileUtils
remove dir.

E

error(int, String, T) - 类 中的静态方法build.max.common.web.Msg
 
error(int, String) - 类 中的静态方法build.max.common.web.Msg
 
error(String, T) - 类 中的静态方法build.max.common.web.Msg
 
error(String) - 类 中的静态方法build.max.common.web.Msg
 
error() - 类 中的静态方法build.max.common.web.Msg
 
ErrorCode - build.max.common.web中的枚举
错误代码
exec(String) - 类 中的静态方法build.max.common.utils.CommandUtils
执行command.
exec(String, ICommandStream, ICommandStream) - 类 中的静态方法build.max.common.utils.CommandUtils
执行command.
exec(String[]) - 类 中的静态方法build.max.common.utils.CommandUtils
执行command.
exec(String[], ICommandStream, ICommandStream) - 类 中的静态方法build.max.common.utils.CommandUtils
执行command.
exec(String[], String[]) - 类 中的静态方法build.max.common.utils.CommandUtils
执行command.
exec(String[], String[], ICommandStream, ICommandStream) - 类 中的静态方法build.max.common.utils.CommandUtils
执行command.
exec(String[], String[], String, ICommandStream, ICommandStream) - 类 中的静态方法build.max.common.utils.CommandUtils
执行command.
ExecResult() - 类 的构造器build.max.common.utils.CommandUtils.ExecResult
 

F

fileCopy(String, String) - 类 中的静态方法build.max.common.utils.FileUtils
copy file.
fileRemove(String) - 类 中的静态方法build.max.common.utils.FileUtils
remove file.
FileUtils - build.max.common.utils中的类
 
FileUtils() - 类 的构造器build.max.common.utils.FileUtils
 
fromCode(int) - 枚举 中的静态方法build.max.common.web.ErrorCode
 

G

getData() - 类 中的方法build.max.common.web.Msg
 
getData(String) - 类 中的方法build.max.common.web.Msg
获取指定的业务数据.并使用泛型类型指定值的类型.
getErrCode() - 类 中的方法build.max.common.web.Msg
 
getHeader(String) - 类 中的方法build.max.common.web.Response
Get response header by key.
getHeaders() - 类 中的方法build.max.common.web.Response
Get response headers map.
getObjectMapper() - 类 中的静态方法build.max.common.utils.JsonUtils
 
getValue() - 枚举 中的方法build.max.common.web.ErrorCode
 

H

HEADER_KEY_JWT_SIGNATURE - 类 中的静态变量build.max.common.constant.UserConstant
JWT签名
HEADER_KEY_TENANT_ID - 类 中的静态变量build.max.common.constant.UserConstant
租户ID标识
HEADER_KEY_USER_ID - 类 中的静态变量build.max.common.constant.UserConstant
用户ID标识
HEADER_KEY_USER_ROLES - 类 中的静态变量build.max.common.constant.UserConstant
用户角色集合
HEADER_KEY_USER_TYPE - 类 中的静态变量build.max.common.constant.UserConstant
用户类型

I

ICommandStream - build.max.common.utils中的接口
 
ID_LENGTH - 类 中的静态变量build.max.common.utils.IdentityUtils
 
IdentityUtils - build.max.common.utils中的类
唯一标识符工具.
IdentityUtils() - 类 的构造器build.max.common.utils.IdentityUtils
 
isEmpty(String) - 类 中的静态方法build.max.common.utils.StringUtils
判断参数是否为null或空字符串.
isValid(String...) - 类 中的静态方法build.max.common.utils.IdentityUtils
Validator id.

J

join(String...) - 类 中的静态方法build.max.common.utils.PathUtils
join path use File.separator
JsonUtils - build.max.common.utils中的类
 
JsonUtils() - 类 的构造器build.max.common.utils.JsonUtils
 

M

Msg<T> - build.max.common.web中的类
网络消息包.
Msg() - 类 的构造器build.max.common.web.Msg
 
Msg(T) - 类 的构造器build.max.common.web.Msg
 
Msg(ErrorCode) - 类 的构造器build.max.common.web.Msg
 
Msg(ErrorCode, String) - 类 的构造器build.max.common.web.Msg
 
MsgBase - build.max.common.web中的类
 
MsgBase() - 类 的构造器build.max.common.web.MsgBase
 
MsgBase.TraceObject - build.max.common.web中的类
调用信息.
MsgObject - build.max.common.web中的类
 
MsgObject() - 类 的构造器build.max.common.web.MsgObject
 
MsgObject(ErrorCode) - 类 的构造器build.max.common.web.MsgObject
 
MsgObject(ErrorCode, String) - 类 的构造器build.max.common.web.MsgObject
 

N

nextId() - 类 中的静态方法build.max.common.utils.IdentityUtils
生成下一个ID

O

OfDBException - build.max.common.exception中的异常错误
Database Exception
OfDBException() - 异常错误 的构造器build.max.common.exception.OfDBException
 
OfDBException(String) - 异常错误 的构造器build.max.common.exception.OfDBException
 
OfDBException(String, Throwable) - 异常错误 的构造器build.max.common.exception.OfDBException
 
OfDBException(Throwable) - 异常错误 的构造器build.max.common.exception.OfDBException
 
OfErrSubcodeException - build.max.common.exception中的异常错误
 
OfErrSubcodeException() - 异常错误 的构造器build.max.common.exception.OfErrSubcodeException
 
OfErrSubcodeException(String) - 异常错误 的构造器build.max.common.exception.OfErrSubcodeException
 
OfErrSubcodeException(String, Throwable) - 异常错误 的构造器build.max.common.exception.OfErrSubcodeException
 
OfErrSubcodeException(Throwable) - 异常错误 的构造器build.max.common.exception.OfErrSubcodeException
 
OfException - build.max.common.exception中的异常错误
 
OfException() - 异常错误 的构造器build.max.common.exception.OfException
 
OfException(String) - 异常错误 的构造器build.max.common.exception.OfException
 
OfException(String, Throwable) - 异常错误 的构造器build.max.common.exception.OfException
 
OfException(Throwable) - 异常错误 的构造器build.max.common.exception.OfException
 
OfExecuteCommandException - build.max.common.exception中的异常错误
Execute Command Exception
OfExecuteCommandException() - 异常错误 的构造器build.max.common.exception.OfExecuteCommandException
 
OfExecuteCommandException(String) - 异常错误 的构造器build.max.common.exception.OfExecuteCommandException
 
OfExecuteCommandException(String, Throwable) - 异常错误 的构造器build.max.common.exception.OfExecuteCommandException
 
OfExecuteCommandException(Throwable) - 异常错误 的构造器build.max.common.exception.OfExecuteCommandException
 
OfJsonException - build.max.common.exception中的异常错误
Json parse and stringify Exception
OfJsonException() - 异常错误 的构造器build.max.common.exception.OfJsonException
 
OfJsonException(String) - 异常错误 的构造器build.max.common.exception.OfJsonException
 
OfJsonException(String, Throwable) - 异常错误 的构造器build.max.common.exception.OfJsonException
 
OfJsonException(Throwable) - 异常错误 的构造器build.max.common.exception.OfJsonException
 
OfMsgException - build.max.common.exception中的异常错误
Msg Exception
OfMsgException() - 异常错误 的构造器build.max.common.exception.OfMsgException
 
OfMsgException(String) - 异常错误 的构造器build.max.common.exception.OfMsgException
 
OfMsgException(String, Throwable) - 异常错误 的构造器build.max.common.exception.OfMsgException
 
OfMsgException(Throwable) - 异常错误 的构造器build.max.common.exception.OfMsgException
 
OfNotFoundException - build.max.common.exception中的异常错误
Method not found exception
OfNotFoundException() - 异常错误 的构造器build.max.common.exception.OfNotFoundException
 
OfNotFoundException(String) - 异常错误 的构造器build.max.common.exception.OfNotFoundException
 
OfNotFoundException(String, Throwable) - 异常错误 的构造器build.max.common.exception.OfNotFoundException
 
OfNotFoundException(Throwable) - 异常错误 的构造器build.max.common.exception.OfNotFoundException
 
OfRawMsgException - build.max.common.exception中的异常错误
接收到此异常时, 消息处理将根据错误类型设置httpStatusCode并返回; 而不会按照Msg消息格式返回.
OfRawMsgException(String, int) - 异常错误 的构造器build.max.common.exception.OfRawMsgException
 
OfRuntimeException - build.max.common.exception中的异常错误
 
OfRuntimeException() - 异常错误 的构造器build.max.common.exception.OfRuntimeException
 
OfRuntimeException(String) - 异常错误 的构造器build.max.common.exception.OfRuntimeException
 
OfRuntimeException(String, Throwable) - 异常错误 的构造器build.max.common.exception.OfRuntimeException
 
OfRuntimeException(Throwable) - 异常错误 的构造器build.max.common.exception.OfRuntimeException
 
onStream(String) - 接口 中的方法build.max.common.utils.ICommandStream
 

P

parse(String) - 类 中的静态方法build.max.common.utils.JsonUtils
解析json字符串.
parse(String, Class<T>) - 类 中的静态方法build.max.common.utils.JsonUtils
解析json字符串.
parse(String, ParameterizedType) - 类 中的静态方法build.max.common.utils.JsonUtils
解析json字符串.
PathUtils - build.max.common.utils中的类
 
PathUtils() - 类 的构造器build.max.common.utils.PathUtils
 

R

readFile(InputStream, String) - 类 中的静态方法build.max.common.utils.FileUtils
读取inputstream文本.
readFile(File, String) - 类 中的静态方法build.max.common.utils.FileUtils
读取文件文本.
readFile(File) - 类 中的静态方法build.max.common.utils.FileUtils
读取文件文本 (utf8).
readFile(String, String) - 类 中的静态方法build.max.common.utils.FileUtils
读取文件文本.
readFile(String) - 类 中的静态方法build.max.common.utils.FileUtils
读取文件文本 (utf8).
REDIS_KEY_JWT_EXPIRES - 类 中的静态变量build.max.common.constant.UserConstant
Redis Jwt失效记录
removeData(String) - 类 中的方法build.max.common.web.Msg
移除指定的业务数据
removeHeader(String) - 类 中的方法build.max.common.web.Response
Remove response header by key
Response - build.max.common.web中的类
 
Response() - 类 的构造器build.max.common.web.Response
 

S

setData(String, Object) - 类 中的方法build.max.common.web.Msg
设置业务数据.
setDataWithObject(T) - 类 中的方法build.max.common.web.Msg
使用指定对象作为data.
setErrCode(int) - 类 中的方法build.max.common.web.Msg
 
setHeader(String, String) - 类 中的方法build.max.common.web.Response
Set response header by key and value.
setHeader(String, Collection<String>) - 类 中的方法build.max.common.web.Response
Set response header by key and values
setTrace(MsgBase.TraceObject) - 类 中的方法build.max.common.web.MsgBase
设置trace对象.
setTrace(String, Date, String) - 类 中的方法build.max.common.web.MsgBase
设置trace对象.
setTrace(String, Date) - 类 中的方法build.max.common.web.MsgBase
设置trace对象.
sha1(String) - 类 中的静态方法build.max.common.utils.CryptUtils
 
sha1(byte[]) - 类 中的静态方法build.max.common.utils.CryptUtils
 
sha256(String) - 类 中的静态方法build.max.common.utils.CryptUtils
 
sha256(byte[]) - 类 中的静态方法build.max.common.utils.CryptUtils
 
stringify(Object) - 类 中的静态方法build.max.common.utils.JsonUtils
将对象json化.
StringUtils - build.max.common.utils中的类
 
StringUtils() - 类 的构造器build.max.common.utils.StringUtils
 
success(String, T) - 类 中的静态方法build.max.common.web.Msg
 
success(T) - 类 中的静态方法build.max.common.web.Msg
 
success() - 类 中的静态方法build.max.common.web.Msg
 
SysSecurityProperties - build.max.common.config中的类
安全配置
SysSecurityProperties() - 类 的构造器build.max.common.config.SysSecurityProperties
 

T

TraceObject() - 类 的构造器build.max.common.web.MsgBase.TraceObject
 

U

URL_SUFFIX_LOGOUT - 类 中的静态变量build.max.common.constant.UserConstant
登出
UserConstant - build.max.common.constant中的类
用户相关常量
UserConstant() - 类 的构造器build.max.common.constant.UserConstant
 
utcstr2date(String) - 类 中的静态方法build.max.common.utils.DateUtils
将utc字符串时间转换为本地时间.

V

ValidatorId - build.max.common.annotation中的注释类型
验证请求参数id的格式.
valueOf(String) - 枚举 中的静态方法build.max.common.web.ErrorCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法build.max.common.web.ErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

writeFile(File, String, String) - 类 中的静态方法build.max.common.utils.FileUtils
写入文件文本.
writeFile(File, String) - 类 中的静态方法build.max.common.utils.FileUtils
写入文件文本 (utf8).
writeFile(String, String, String) - 类 中的静态方法build.max.common.utils.FileUtils
写入文件文本.
writeFile(String, String) - 类 中的静态方法build.max.common.utils.FileUtils
写入文件文本 (utf8).
A B C D E F G H I J M N O P R S T U V W 
跳过导航链接

Copyright © 2021. All rights reserved.