Uses of Enum
io.debezium.relational.mapping.MaskStrings.HashingByteArrayStrategy
Packages that use MaskStrings.HashingByteArrayStrategy
-
Uses of MaskStrings.HashingByteArrayStrategy in io.debezium.relational.mapping
Fields in io.debezium.relational.mapping declared as MaskStrings.HashingByteArrayStrategyModifier and TypeFieldDescriptionprivate final MaskStrings.HashingByteArrayStrategyMaskStrings.HashValueConverter.hashingByteArrayStrategyMethods in io.debezium.relational.mapping that return MaskStrings.HashingByteArrayStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MaskStrings.HashingByteArrayStrategy[]MaskStrings.HashingByteArrayStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.relational.mapping with parameters of type MaskStrings.HashingByteArrayStrategyModifierConstructorDescriptionHashValueConverter(byte[] salt, String hashAlgorithm, MaskStrings.HashingByteArrayStrategy hashingByteArrayStrategy) MaskStrings(byte[] salt, String hashAlgorithm, MaskStrings.HashingByteArrayStrategy hashingByteArrayStrategy) Create aColumnMapperthat masks string values by hashing the input value.