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

A

AbstractBiscuitApplicationContextInitializer - cn.bbwres.biscuit.application中的类
容器初始化 扩展处理
AbstractBiscuitApplicationContextInitializer() - 类 的构造器cn.bbwres.biscuit.application.AbstractBiscuitApplicationContextInitializer
 
afterInitialization(ConfigurableApplicationContext, Object, String) - 类 中的方法cn.bbwres.biscuit.application.AbstractBiscuitApplicationContextInitializer
后续处理
ASC - cn.bbwres.biscuit.dto.Sort
升序
AUD - 接口 中的静态变量cn.bbwres.biscuit.constants.SystemAuthConstant
token 主体
AUTHORITIES - 接口 中的静态变量cn.bbwres.biscuit.constants.SystemAuthConstant
权限信息

B

BAD_REQUEST - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
 
BaseEnum<T extends Serializable> - cn.bbwres.biscuit.enums中的接口
枚举基础类
BCryptUtil - cn.bbwres.biscuit.utils中的类
加密工具
BCryptUtil() - 类 的构造器cn.bbwres.biscuit.utils.BCryptUtil
 
bigIntegerToIpv6(BigInteger) - 类 中的静态方法cn.bbwres.biscuit.utils.NetworkUtil
将大整数转换成ipv6字符串
BootstrapProfile - cn.bbwres.biscuit中的类
BootstrapProfile 设置
BootstrapProfile() - 类 的构造器cn.bbwres.biscuit.BootstrapProfile
 
BUSINESS_ERROR - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
通用的业务处理失败状态码 000 系统 000 业务 000 异常明细

C

calculationPages() - 类 中的方法cn.bbwres.biscuit.dto.Page
获取总页数
checkpw(byte[], String) - 类 中的静态方法cn.bbwres.biscuit.utils.BCryptUtil
Check that a password (as a byte array) matches a previously hashed one
checkpw(String, String) - 类 中的静态方法cn.bbwres.biscuit.utils.BCryptUtil
Check that a plaintext password matches a previously hashed one
checkSuccess() - 类 中的方法cn.bbwres.biscuit.dto.Result
检查是否为成功
CLIENT_ID - 接口 中的静态变量cn.bbwres.biscuit.constants.SystemAuthConstant
客户端id
cn.bbwres.biscuit - 程序包 cn.bbwres.biscuit
 
cn.bbwres.biscuit.application - 程序包 cn.bbwres.biscuit.application
 
cn.bbwres.biscuit.constants - 程序包 cn.bbwres.biscuit.constants
 
cn.bbwres.biscuit.dto - 程序包 cn.bbwres.biscuit.dto
 
cn.bbwres.biscuit.entity - 程序包 cn.bbwres.biscuit.entity
 
cn.bbwres.biscuit.enums - 程序包 cn.bbwres.biscuit.enums
 
cn.bbwres.biscuit.exception - 程序包 cn.bbwres.biscuit.exception
 
cn.bbwres.biscuit.exception.constants - 程序包 cn.bbwres.biscuit.exception.constants
 
cn.bbwres.biscuit.utils - 程序包 cn.bbwres.biscuit.utils
 
cn.bbwres.biscuit.validate - 程序包 cn.bbwres.biscuit.validate
 
CommonAutoConfiguration - cn.bbwres.biscuit中的类
公共包自动配置类
CommonAutoConfiguration() - 类 的构造器cn.bbwres.biscuit.CommonAutoConfiguration
 
current - 类 中的变量cn.bbwres.biscuit.dto.Page
当前页

D

DEFAULT_ERROR_CODE - 异常错误 中的静态变量cn.bbwres.biscuit.exception.ParamsCheckRuntimeException
 
DEFAULT_ERROR_CODE - 异常错误 中的静态变量cn.bbwres.biscuit.exception.SystemBusinessRuntimeException
000 系统 000 业务 000 异常明细
DEFAULT_ERROR_CODE - 异常错误 中的静态变量cn.bbwres.biscuit.exception.SystemRuntimeException
 
DESC - cn.bbwres.biscuit.dto.Sort
降序
doValidate(Object, Class<?>...) - 类 中的静态方法cn.bbwres.biscuit.validate.ValidationUtil
执行数据校验

E

error(ErrorCode) - 类 中的静态方法cn.bbwres.biscuit.dto.Result
处理失败
error(ErrorCode, String) - 类 中的静态方法cn.bbwres.biscuit.dto.Result
处理失败
ErrorCode - cn.bbwres.biscuit.exception.constants中的类
错误码
ErrorCode(String, String) - 类 的构造器cn.bbwres.biscuit.exception.constants.ErrorCode
 
ErrorMessageInfo - cn.bbwres.biscuit.exception中的类
错误描述
ErrorMessageInfo() - 类 的构造器cn.bbwres.biscuit.exception.ErrorMessageInfo
 
ErrorMessageInfo(String, Boolean) - 类 的构造器cn.bbwres.biscuit.exception.ErrorMessageInfo
 
exceptionConvertErrorCode(Exception) - 接口 中的方法cn.bbwres.biscuit.exception.ExceptionConvertErrorCode
异常信息转换为错误码
ExceptionConvertErrorCode - cn.bbwres.biscuit.exception中的接口
异常转换为错误码
exceptionConvertErrorMessage(Exception) - 接口 中的方法cn.bbwres.biscuit.exception.ExceptionConvertErrorCode
异常描述信息转换
EXPIRES_IN - 接口 中的静态变量cn.bbwres.biscuit.constants.SystemAuthConstant
过期时间

F

FORBIDDEN - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
 

G

gensalt() - 类 中的静态方法cn.bbwres.biscuit.utils.BCryptUtil
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
gensalt(int) - 类 中的静态方法cn.bbwres.biscuit.utils.BCryptUtil
Generate a salt for use with the BCrypt.hashpw() method
gensalt(int, SecureRandom) - 类 中的静态方法cn.bbwres.biscuit.utils.BCryptUtil
Generate a salt for use with the BCrypt.hashpw() method
gensalt(String) - 类 中的静态方法cn.bbwres.biscuit.utils.BCryptUtil
 
gensalt(String, int) - 类 中的静态方法cn.bbwres.biscuit.utils.BCryptUtil
Generate a salt for use with the BCrypt.hashpw() method
gensalt(String, int, SecureRandom) - 类 中的静态方法cn.bbwres.biscuit.utils.BCryptUtil
Generate a salt for use with the BCrypt.hashpw() method
getBean(Class<T>) - 类 中的静态方法cn.bbwres.biscuit.utils.SpringContextUtil
静态方法:获取Spring管理的Bean
getBean(String, Class<T>) - 类 中的静态方法cn.bbwres.biscuit.utils.SpringContextUtil
通过name,以及Clazz返回指定的Bean
getCode() - 类 中的方法cn.bbwres.biscuit.exception.constants.ErrorCode
 
getCurrent() - 类 中的方法cn.bbwres.biscuit.dto.Page
Getter for the field current.
getData() - 类 中的方法cn.bbwres.biscuit.dto.Result
Getter for the field data.
getDisplayName() - 接口 中的方法cn.bbwres.biscuit.enums.BaseEnum
枚举的显示名字
getErrorCode() - 异常错误 中的方法cn.bbwres.biscuit.exception.SystemRuntimeException
 
getI18nHandler() - 类 中的方法cn.bbwres.biscuit.exception.ErrorMessageInfo
 
getMessage() - 类 中的方法cn.bbwres.biscuit.exception.constants.ErrorCode
 
getMessage() - 类 中的方法cn.bbwres.biscuit.exception.ErrorMessageInfo
 
getMultistageReverseProxyIp(String) - 类 中的静态方法cn.bbwres.biscuit.utils.NetworkUtil
从多级反向代理中获得第一个非unknown IP地址
getObjectMapper() - 类 中的静态方法cn.bbwres.biscuit.utils.JsonUtil
获取objectMapper
getOrder() - 类 中的方法cn.bbwres.biscuit.application.AbstractBiscuitApplicationContextInitializer
 
getPages() - 类 中的方法cn.bbwres.biscuit.dto.Page
Getter for the field pages.
getQuery() - 类 中的方法cn.bbwres.biscuit.dto.Page
Getter for the field query.
getRecords() - 类 中的方法cn.bbwres.biscuit.dto.Page
Getter for the field records.
getResultCode() - 类 中的方法cn.bbwres.biscuit.dto.Result
Getter for the field resultCode.
getResultMsg() - 类 中的方法cn.bbwres.biscuit.dto.Result
Getter for the field resultMsg.
getSize() - 类 中的方法cn.bbwres.biscuit.dto.Page
Getter for the field size.
getSort() - 类 中的方法cn.bbwres.biscuit.dto.SortInfo
Getter for the field sort.
getSortField() - 类 中的方法cn.bbwres.biscuit.dto.SortInfo
Getter for the field sortField.
getSortInfos() - 类 中的方法cn.bbwres.biscuit.dto.Page
Getter for the field sortInfos.
getTenantId() - 类 中的方法cn.bbwres.biscuit.entity.UserBaseInfo
Getter for the field tenantId.
getTotal() - 类 中的方法cn.bbwres.biscuit.dto.Page
Getter for the field total.
getUserId() - 类 中的方法cn.bbwres.biscuit.entity.UserBaseInfo
Getter for the field userId.
getUserInfo() - 类 中的方法cn.bbwres.biscuit.entity.UserBaseInfo
Getter for the field userInfo.
getUsername() - 类 中的方法cn.bbwres.biscuit.entity.UserBaseInfo
Getter for the field username.
getValue() - 接口 中的方法cn.bbwres.biscuit.enums.BaseEnum
枚举value
GLOBAL_HTTP_CODE_PREFIX - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
请求参数不正确
GlobalErrorCodeConstants - cn.bbwres.biscuit.exception.constants中的接口
错误码常量

H

hashpw(byte[], String) - 类 中的静态方法cn.bbwres.biscuit.utils.BCryptUtil
Hash a password using the OpenBSD bcrypt scheme
hashpw(String, String) - 类 中的静态方法cn.bbwres.biscuit.utils.BCryptUtil
Hash a password using the OpenBSD bcrypt scheme
hasNext() - 类 中的方法cn.bbwres.biscuit.dto.Page
是否存在下一页
hasPrevious() - 类 中的方法cn.bbwres.biscuit.dto.Page
是否存在上一页

I

initialize(ConfigurableApplicationContext) - 类 中的方法cn.bbwres.biscuit.application.AbstractBiscuitApplicationContextInitializer
容器初始化
INTERNAL_SERVER_ERROR - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
 
INVALID_CAPTCHA - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
 
INVALID_TOKEN - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
 
ipv6ToBigInteger(String) - 类 中的静态方法cn.bbwres.biscuit.utils.NetworkUtil
ipv6转 BigInteger
isUnknown(String) - 类 中的静态方法cn.bbwres.biscuit.utils.NetworkUtil
检测给定字符串是否为未知

J

jsonString2MapObj(String) - 类 中的静态方法cn.bbwres.biscuit.utils.JsonUtil
对象转换为map
JsonUtil - cn.bbwres.biscuit.utils中的类
json 工具类
JsonUtil() - 类 的构造器cn.bbwres.biscuit.utils.JsonUtil
 

L

LOCKED - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
 

M

METHOD_NOT_ALLOWED - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
 

N

NetworkUtil - cn.bbwres.biscuit.utils中的类
网络相关工具
NetworkUtil() - 类 的构造器cn.bbwres.biscuit.utils.NetworkUtil
 
NOT_FOUND - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
 

O

object2Map(Object) - 类 中的静态方法cn.bbwres.biscuit.utils.JsonUtil
对象转换为map

P

Page<R,​Q> - cn.bbwres.biscuit.dto中的类
简化的page分页数据
Page() - 类 的构造器cn.bbwres.biscuit.dto.Page
 
pages - 类 中的变量cn.bbwres.biscuit.dto.Page
总页数
ParamsCheckRuntimeException - cn.bbwres.biscuit.exception中的异常错误
参数校验异常
ParamsCheckRuntimeException() - 异常错误 的构造器cn.bbwres.biscuit.exception.ParamsCheckRuntimeException
初始化异常
ParamsCheckRuntimeException(String) - 异常错误 的构造器cn.bbwres.biscuit.exception.ParamsCheckRuntimeException
初始化异常
ParamsCheckRuntimeException(String, String) - 异常错误 的构造器cn.bbwres.biscuit.exception.ParamsCheckRuntimeException
 

Q

query - 类 中的变量cn.bbwres.biscuit.dto.Page
查询字段

R

records - 类 中的变量cn.bbwres.biscuit.dto.Page
查询数据列表
Result<T> - cn.bbwres.biscuit.dto中的类
通用返回对象
Result() - 类 的构造器cn.bbwres.biscuit.dto.Result
Constructor for Result.
Result(String) - 类 的构造器cn.bbwres.biscuit.dto.Result
Constructor for Result.
Result(String, String) - 类 的构造器cn.bbwres.biscuit.dto.Result
Constructor for Result.
Result(String, String, T) - 类 的构造器cn.bbwres.biscuit.dto.Result
Constructor for Result.

S

setApplicationContext(ApplicationContext) - 类 中的方法cn.bbwres.biscuit.utils.SpringContextUtil
 
setBootstrapProfile() - 类 中的静态方法cn.bbwres.biscuit.BootstrapProfile
设置启动的profile 文件
setCode(String) - 类 中的方法cn.bbwres.biscuit.exception.constants.ErrorCode
 
setCurrent(long) - 类 中的方法cn.bbwres.biscuit.dto.Page
Setter for the field current.
setData(T) - 类 中的方法cn.bbwres.biscuit.dto.Result
Setter for the field data.
setErrorCode(String) - 异常错误 中的方法cn.bbwres.biscuit.exception.SystemRuntimeException
 
setI18nHandler(Boolean) - 类 中的方法cn.bbwres.biscuit.exception.ErrorMessageInfo
 
setMessage(String) - 类 中的方法cn.bbwres.biscuit.exception.constants.ErrorCode
 
setMessage(String) - 类 中的方法cn.bbwres.biscuit.exception.ErrorMessageInfo
 
setPages(long) - 类 中的方法cn.bbwres.biscuit.dto.Page
Setter for the field pages.
setQuery(Q) - 类 中的方法cn.bbwres.biscuit.dto.Page
Setter for the field query.
setRecords(List<R>) - 类 中的方法cn.bbwres.biscuit.dto.Page
Setter for the field records.
setResultCode(String) - 类 中的方法cn.bbwres.biscuit.dto.Result
Setter for the field resultCode.
setResultMsg(String) - 类 中的方法cn.bbwres.biscuit.dto.Result
Setter for the field resultMsg.
setSize(long) - 类 中的方法cn.bbwres.biscuit.dto.Page
Setter for the field size.
setSort(Sort) - 类 中的方法cn.bbwres.biscuit.dto.SortInfo
Setter for the field sort.
setSortField(String) - 类 中的方法cn.bbwres.biscuit.dto.SortInfo
Setter for the field sortField.
setSortInfos(List<SortInfo>) - 类 中的方法cn.bbwres.biscuit.dto.Page
Setter for the field sortInfos.
setTenantId(String) - 类 中的方法cn.bbwres.biscuit.entity.UserBaseInfo
Setter for the field tenantId.
setTotal(long) - 类 中的方法cn.bbwres.biscuit.dto.Page
Setter for the field total.
setUserId(String) - 类 中的方法cn.bbwres.biscuit.entity.UserBaseInfo
Setter for the field userId.
setUserInfo(T) - 类 中的方法cn.bbwres.biscuit.entity.UserBaseInfo
Setter for the field userInfo.
setUsername(String) - 类 中的方法cn.bbwres.biscuit.entity.UserBaseInfo
Setter for the field username.
shutdown() - 类 中的静态方法cn.bbwres.biscuit.validate.ValidationUtil
应用退出时调用,释放ValidatorFactory资源 需在应用关闭钩子中调用(如main方法结束前、容器销毁时)
size - 类 中的变量cn.bbwres.biscuit.dto.Page
每页显示条数,默认 10
Sort - cn.bbwres.biscuit.dto中的枚举
p排序信息
SortInfo - cn.bbwres.biscuit.dto中的类
排序信息
SortInfo() - 类 的构造器cn.bbwres.biscuit.dto.SortInfo
Constructor for SortInfo.
SortInfo(String, Sort) - 类 的构造器cn.bbwres.biscuit.dto.SortInfo
Constructor for SortInfo.
springContextUtil() - 类 中的方法cn.bbwres.biscuit.CommonAutoConfiguration
spring 上下文工具类
SpringContextUtil - cn.bbwres.biscuit.utils中的类
Spring上下文工具类
SpringContextUtil() - 类 的构造器cn.bbwres.biscuit.utils.SpringContextUtil
 
success(T) - 类 中的静态方法cn.bbwres.biscuit.dto.Result
处理成功
SUCCESS - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
成功
SystemAuthConstant - cn.bbwres.biscuit.constants中的接口
系统认证相关常量
SystemBusinessRuntimeException - cn.bbwres.biscuit.exception中的异常错误
系统运行时业务异常
SystemBusinessRuntimeException() - 异常错误 的构造器cn.bbwres.biscuit.exception.SystemBusinessRuntimeException
初始化异常
SystemBusinessRuntimeException(String) - 异常错误 的构造器cn.bbwres.biscuit.exception.SystemBusinessRuntimeException
初始化异常
SystemBusinessRuntimeException(String, String) - 异常错误 的构造器cn.bbwres.biscuit.exception.SystemBusinessRuntimeException
 
SystemRuntimeException - cn.bbwres.biscuit.exception中的异常错误
系统运行时异常
SystemRuntimeException() - 异常错误 的构造器cn.bbwres.biscuit.exception.SystemRuntimeException
初始化异常
SystemRuntimeException(String) - 异常错误 的构造器cn.bbwres.biscuit.exception.SystemRuntimeException
初始化异常
SystemRuntimeException(String, String) - 异常错误 的构造器cn.bbwres.biscuit.exception.SystemRuntimeException
 

T

TENANT_ID - 接口 中的静态变量cn.bbwres.biscuit.constants.SystemAuthConstant
租户id
toJson(T) - 类 中的静态方法cn.bbwres.biscuit.utils.JsonUtil
对象转json
toJsonBase64(T) - 类 中的静态方法cn.bbwres.biscuit.utils.JsonUtil
对象转换json之后转换base64
TOO_MANY_REQUESTS - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
 
toObject(String, TypeReference<T>) - 类 中的静态方法cn.bbwres.biscuit.utils.JsonUtil
转换对象
toObject(String, Class<T>) - 类 中的静态方法cn.bbwres.biscuit.utils.JsonUtil
json 转对象
toObjectByBase64Json(String, Class<T>) - 类 中的静态方法cn.bbwres.biscuit.utils.JsonUtil
将base64的json字符串转换为对象
total - 类 中的变量cn.bbwres.biscuit.dto.Page
总数

U

UNAUTHORIZED - 接口 中的静态变量cn.bbwres.biscuit.exception.constants.GlobalErrorCodeConstants
 
USER_ID - 接口 中的静态变量cn.bbwres.biscuit.constants.SystemAuthConstant
用户id
USER_NAME - 接口 中的静态变量cn.bbwres.biscuit.constants.SystemAuthConstant
用户名称
UserBaseInfo<T> - cn.bbwres.biscuit.entity中的类
用户基础信息对象
UserBaseInfo() - 类 的构造器cn.bbwres.biscuit.entity.UserBaseInfo
 

V

ValidateAddGroup - cn.bbwres.biscuit.validate中的接口
数据校验-新增 组
ValidateDeleteGroup - cn.bbwres.biscuit.validate中的接口
数据校验-删除 组
ValidateEditGroup - cn.bbwres.biscuit.validate中的接口
数据校验-修改 组
ValidateQueryGroup - cn.bbwres.biscuit.validate中的接口
数据校验-查询 组
ValidationUtil - cn.bbwres.biscuit.validate中的类
数据校验工具类
ValidationUtil() - 类 的构造器cn.bbwres.biscuit.validate.ValidationUtil
 
valueOf(String) - 枚举 中的静态方法cn.bbwres.biscuit.dto.Sort
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.bbwres.biscuit.dto.Sort
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

Z

ZH_NAME - 接口 中的静态变量cn.bbwres.biscuit.constants.SystemAuthConstant
昵称
A B C D E F G H I J L M N O P Q R S T U V Z 
所有类 所有程序包