Uses of Enum Class
com.luna.common.regex.DesensitizedUtil.DesensitizedType
Packages that use DesensitizedUtil.DesensitizedType
-
Uses of DesensitizedUtil.DesensitizedType in com.luna.common.regex
Methods in com.luna.common.regex that return DesensitizedUtil.DesensitizedTypeModifier 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.Methods in com.luna.common.regex with parameters of type DesensitizedUtil.DesensitizedTypeModifier and TypeMethodDescriptionstatic String
DesensitizedUtil.desensitized
(CharSequence str, DesensitizedUtil.DesensitizedType desensitizedType) 脱敏,使用默认的脱敏策略 -
Uses of DesensitizedUtil.DesensitizedType in com.luna.common.text
Methods in com.luna.common.text with parameters of type DesensitizedUtil.DesensitizedTypeModifier and TypeMethodDescriptionstatic String
StringTools.desensitized
(CharSequence str, DesensitizedUtil.DesensitizedType desensitizedType) 脱敏,使用默认的脱敏策略