public class IDCardStrategy extends Object implements StrategyProvider
脱敏规则:123002**********01
只保留前6位和后2位,其他用*代替。
| Constructor and Description |
|---|
IDCardStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Object |
build(Object object,
Context context)
脱敏
|
static String |
cardId(String cardId)
脱敏卡号
|
public Object build(Object object, Context context)
StrategyProviderbuild in interface StrategyProviderobject - 原始内容context - 执行上下文Copyright © 2019. All rights reserved.