NullableHashingTransformer

Transformer that behaves like HashingTransformer but passes null through untouched, for use with nullable character columns.

Constructors

Link copied to clipboard
constructor(hasher: Hasher)

Properties

Link copied to clipboard

Hasher this transformer hashes with, and verifies the values it reads against.

Functions

Link copied to clipboard
open override fun unwrap(value: Hashed?): String?
Link copied to clipboard
open override fun wrap(value: String?): Hashed?