Uses of Enum Class
com.luna.common.regex.DesensitizedUtil.DesensitizedType
-
Uses of DesensitizedUtil.DesensitizedType in com.luna.common.regex
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DesensitizedUtil.DesensitizedType[]
DesensitizedUtil.DesensitizedType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
DesensitizedUtil.desensitized
(CharSequence str, DesensitizedUtil.DesensitizedType desensitizedType) 脱敏,使用默认的脱敏策略 -
Uses of DesensitizedUtil.DesensitizedType in com.luna.common.text
Modifier and TypeMethodDescriptionstatic String
StringTools.desensitized
(CharSequence str, DesensitizedUtil.DesensitizedType desensitizedType) 脱敏,使用默认的脱敏策略