Uses of Enum Class
br.com.seedgrid.privacy.masking.MaskingStrategy
Packages that use MaskingStrategy
-
Uses of MaskingStrategy in br.com.seedgrid.privacy.masking
Methods in br.com.seedgrid.privacy.masking that return MaskingStrategyModifier and TypeMethodDescriptionPersonalDataResolver.ResolvedRule.type()Returns the value of thetyperecord component.static MaskingStrategyReturns the enum constant of this class with the specified name.static MaskingStrategy[]MaskingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in br.com.seedgrid.privacy.masking with parameters of type MaskingStrategyModifier and TypeMethodDescriptionstatic StringPersonalDataMasker.mask(String value, MaskingStrategy strategy, String param) Aplica uma estratégia a um valor.Constructors in br.com.seedgrid.privacy.masking with parameters of type MaskingStrategyModifierConstructorDescriptionResolvedRule(String fieldPath, MaskingStrategy type, String maskWith) Creates an instance of aResolvedRulerecord class.