@FunctionalInterface public interface MaskingHandler
| Modifier and Type | Method and Description |
|---|---|
String |
handle(CharSequence value)
处理传入的数据字符串,经过脱敏逻辑后,返回处理后的值
|
String handle(CharSequence value)
value - 待处理的值Copyright © 2025. All rights reserved.