您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
概要:
字段 |
可选
|
必需
详细资料:
字段 |
元素
SEARCH:
程序包
tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation
Annotation Interface EncryptMapping
@Target
({
METHOD
,
TYPE
,
FIELD
})
@Retention
(
RUNTIME
)
@Documented
public @interface
EncryptMapping
加密(注解可在方法/类中使用)
从以下版本开始:
1.0.0
作者:
mhuang
可选元素概要
可选元素
修饰符和类型
可选元素
说明
EncryptType
type
默认整体加密
String
value
默认使用全局配置
元素详细资料
value
String
value
默认使用全局配置
返回:
配置key
默认值:
""
type
EncryptType
type
默认整体加密
返回:
配置加密的方式
默认值:
ALL