Uses of Enum Class
cloud.opencode.base.string.desensitize.strategy.DesensitizeType
Packages that use DesensitizeType
Package
Description
-
Uses of DesensitizeType in cloud.opencode.base.string.desensitize
Methods in cloud.opencode.base.string.desensitize with parameters of type DesensitizeTypeModifier and TypeMethodDescriptionstatic StringOpenMask.desensitize(String value, DesensitizeType type) -
Uses of DesensitizeType in cloud.opencode.base.string.desensitize.strategy
Subclasses with type arguments of type DesensitizeType in cloud.opencode.base.string.desensitize.strategyModifier and TypeClassDescriptionenumDesensitize Type - Enum defining built-in desensitization types.Methods in cloud.opencode.base.string.desensitize.strategy that return DesensitizeTypeModifier and TypeMethodDescriptionstatic DesensitizeTypeReturns the enum constant of this class with the specified name.static DesensitizeType[]DesensitizeType.values()Returns an array containing the constants of this enum class, in the order they are declared.