您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
D
E
G
H
I
J
M
N
P
R
S
T
U
V
Z
A
add(BigDecimal, BigDecimal)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
用于货币计算的加法,返回结果默认精确到小数点后4位,舍入模式:四舍五入
add(BigDecimal, BigDecimal, int)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
用于货币计算的加法,返回结果的舍入模式:四舍五入
assertSuccess(Response)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.proto.
Response
判定响应正确
D
DEFAULT_CURRENCY
- 类 中的静态变量tech.bitstwinkle.jelly.commons.money.
MoneyHelper
默认币种
divide(BigDecimal, BigDecimal)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
用于货币计算的除法,返回结果默认精确到小数点后4位
divide(BigDecimal, BigDecimal, int)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
用于货币计算的除法,返回结果的舍入模式:四舍五入
E
equals(BigDecimal, BigDecimal)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
判断valA和valB的值是否相等,如果valA和valB的值是否相等,那么返回true,否则返回false
G
getCode()
- 类 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyError
getData()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Response
getDt()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Meta
getError(Object...)
- 枚举 中的方法tech.bitstwinkle.jelly.commons.errors.enums.
ParameterErrorEnum
getError(Object...)
- 枚举 中的方法tech.bitstwinkle.jelly.commons.errors.enums.
SystemErrorEnum
getError(Object...)
- 接口 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyErrorGetter
根据参数构建错误信息
getError(Object...)
- 类 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyErrorTemplate
getError()
- 异常错误 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyException
getError()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Response
getMessage()
- 类 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyError
getMeta()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Request
getMeta()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Response
getNode()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Meta
getRequestId()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Meta
getTraceId()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Meta
getView()
- 类 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyError
greaterThan(BigDecimal, BigDecimal)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
判断valA是否大于valB,如果valA大于valB,那么返回true,否则返回false
H
HashHelper
-
tech.bitstwinkle.jelly.commons.tools.hash
中的类
通用哈希算法
HashHelper()
- 类 的构造器tech.bitstwinkle.jelly.commons.tools.hash.
HashHelper
hmacSha256(String, String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.tools.hash.
HashHelper
I
isMobile(String, String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.asserts.
RequestAssert
断言为手机
isSuccess()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Response
isTrue(boolean, String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.asserts.
RequestAssert
断言为真
isValidCurrency(String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
判断是否有效的币种类型
J
JellyError
-
tech.bitstwinkle.jelly.commons.errors
中的类
通用的错误定义
JellyError()
- 类 的构造器tech.bitstwinkle.jelly.commons.errors.
JellyError
JellyError(String, String, String)
- 类 的构造器tech.bitstwinkle.jelly.commons.errors.
JellyError
JellyErrorGetter
-
tech.bitstwinkle.jelly.commons.errors
中的接口
JellyErrorTemplate
-
tech.bitstwinkle.jelly.commons.errors
中的类
JellyErrorTemplate(String, String, String)
- 类 的构造器tech.bitstwinkle.jelly.commons.errors.
JellyErrorTemplate
JellyException
-
tech.bitstwinkle.jelly.commons.errors
中的异常错误
通用异常定义
JellyException()
- 异常错误 的构造器tech.bitstwinkle.jelly.commons.errors.
JellyException
JellyException(JellyError)
- 异常错误 的构造器tech.bitstwinkle.jelly.commons.errors.
JellyException
JellyIds
-
tech.bitstwinkle.jelly.commons.ids
中的类
JellyIds()
- 类 的构造器tech.bitstwinkle.jelly.commons.ids.
JellyIds
M
md5(String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.tools.hash.
HashHelper
MD5加密
Meta
-
tech.bitstwinkle.jelly.commons.proto
中的类
Meta()
- 类 的构造器tech.bitstwinkle.jelly.commons.proto.
Meta
minus(BigDecimal, BigDecimal)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
用于货币计算的减法,返回结果默认精确到小数点后4位
minus(BigDecimal, BigDecimal, int)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
用于货币计算的减法,返回结果的舍入模式:四舍五入
MoneyHelper
-
tech.bitstwinkle.jelly.commons.money
中的类
MoneyHelper()
- 类 的构造器tech.bitstwinkle.jelly.commons.money.
MoneyHelper
multiply(BigDecimal, BigDecimal)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
用于货币计算的乘法,返回结果默认精确到小数点后4位
multiply(BigDecimal, BigDecimal, int)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
用于货币计算的乘法,返回结果的舍入模式:四舍五入
N
notBlank(String, String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.asserts.
RequestAssert
断言非空字符串
notEmpty(Collection<?>, String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.asserts.
RequestAssert
断言集合不空
notEmpty(Map<?, ?>, String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.asserts.
RequestAssert
断言集合不空
notEmpty(Object[], String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.asserts.
RequestAssert
判断数组不为空
notNull(Object, String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.asserts.
RequestAssert
断言非空
P
ParameterErrorEnum
-
tech.bitstwinkle.jelly.commons.errors.enums
中的枚举
R
Request
-
tech.bitstwinkle.jelly.commons.proto
中的类
Request()
- 类 的构造器tech.bitstwinkle.jelly.commons.proto.
Request
RequestAssert
-
tech.bitstwinkle.jelly.commons.asserts
中的类
RequestAssert()
- 类 的构造器tech.bitstwinkle.jelly.commons.asserts.
RequestAssert
Response
<
T
> -
tech.bitstwinkle.jelly.commons.proto
中的类
Response()
- 类 的构造器tech.bitstwinkle.jelly.commons.proto.
Response
Response(JellyError)
- 类 的构造器tech.bitstwinkle.jelly.commons.proto.
Response
Response(T)
- 类 的构造器tech.bitstwinkle.jelly.commons.proto.
Response
S
setCode(String)
- 类 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyError
setData(T)
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Response
setDt(long)
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Meta
setError(JellyError)
- 异常错误 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyException
setError(JellyError)
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Response
setMessage(String)
- 类 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyError
setMeta(Meta)
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Request
setMeta(Meta)
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Response
setNode(String)
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Meta
setRequestId(String)
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Meta
setSuccess(boolean)
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Response
setTraceId(String)
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Meta
setView(String)
- 类 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyError
sha1(String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.tools.hash.
HashHelper
sha1加密
sha512(String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.tools.hash.
HashHelper
sha512加密
SystemErrorEnum
-
tech.bitstwinkle.jelly.commons.errors.enums
中的枚举
T
tech.bitstwinkle.jelly.commons.asserts
- 程序包 tech.bitstwinkle.jelly.commons.asserts
tech.bitstwinkle.jelly.commons.errors
- 程序包 tech.bitstwinkle.jelly.commons.errors
tech.bitstwinkle.jelly.commons.errors.enums
- 程序包 tech.bitstwinkle.jelly.commons.errors.enums
tech.bitstwinkle.jelly.commons.ids
- 程序包 tech.bitstwinkle.jelly.commons.ids
tech.bitstwinkle.jelly.commons.money
- 程序包 tech.bitstwinkle.jelly.commons.money
tech.bitstwinkle.jelly.commons.proto
- 程序包 tech.bitstwinkle.jelly.commons.proto
tech.bitstwinkle.jelly.commons.tools.hash
- 程序包 tech.bitstwinkle.jelly.commons.tools.hash
toBigDecimal(String)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
将指定的值转换为BigDecimal对象,如果val为null或者为空,那么默认返回0
toCent(BigDecimal)
- 类 中的静态方法tech.bitstwinkle.jelly.commons.money.
MoneyHelper
元转分
toString()
- 类 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyError
toString()
- 异常错误 中的方法tech.bitstwinkle.jelly.commons.errors.
JellyException
toString()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Meta
toString()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Request
toString()
- 类 中的方法tech.bitstwinkle.jelly.commons.proto.
Response
U
uniqueId()
- 类 中的静态方法tech.bitstwinkle.jelly.commons.ids.
JellyIds
V
valueOf(String)
- 枚举 中的静态方法tech.bitstwinkle.jelly.commons.errors.enums.
ParameterErrorEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String)
- 枚举 中的静态方法tech.bitstwinkle.jelly.commons.errors.enums.
SystemErrorEnum
返回带有指定名称的该类型的枚举常量。
values()
- 枚举 中的静态方法tech.bitstwinkle.jelly.commons.errors.enums.
ParameterErrorEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values()
- 枚举 中的静态方法tech.bitstwinkle.jelly.commons.errors.enums.
SystemErrorEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Z
ZERO
- 类 中的静态变量tech.bitstwinkle.jelly.commons.money.
MoneyHelper
金额0
A
D
E
G
H
I
J
M
N
P
R
S
T
U
V
Z
跳过导航链接
概览
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类