JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description |
Related Packages |
Classes and Interfaces
SEARCH:
Package com.luna.common.sensitive
package
com.luna.common.sensitive
All Classes and Interfaces
Classes
Enum Classes
Annotation Interfaces
Class
Description
Convert
DataDesensitizationUtils
FieldConfig
字段配置
FieldType
字段类型枚举
Sensitive
敏感字段注解 字段被注解后,使用SensitiveUtil会脱敏该字段
SensitiveTest
SensitiveTest.Person
SensitiveUtil
<T>
脱敏工具类 通过配置Config实现手机号电话,QQ微信邮箱,地址等脱敏开关 当Config全部是关闭状态时,调用不做任何操作
SensitiveUtil.WithoutAnnotationUtil
<T>
脱敏工具类,不使用注解的方式实现