您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
概要:
字段
必需
可选
详细资料:
字段
元素
概要:
字段 |
必需
|
可选
详细资料:
字段 |
元素
SEARCH
程序包
org.springframework.boot.convert
批注接口 DataSizeUnit
@Target
({
FIELD
,
PARAMETER
})
@Retention
(
RUNTIME
)
@Documented
public @interface
DataSizeUnit
Annotation that can be used to change the default unit used when converting a
DataSize
.
从以下版本开始:
2.1.0
作者:
Stephane Nicoll
必需元素概要
所需元素
修饰符和类型
必需的元素
说明
DataUnit
value
The
DataUnit
to use if one is not specified.
元素详细资料
value
DataUnit
value
The
DataUnit
to use if one is not specified.
返回:
the data unit