- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
脱敏处理器,用于自定义脱敏规则
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
handle
处理传入的数据字符串,经过脱敏逻辑后,返回处理后的值- Parameters:
value- 待处理的值- Returns:
- 处理后的值
-