MaskingStrategy
Defines how Ihawu transforms a restricted field before it reaches the serialization output.
Each strategy represents a different level of data protection applied at the serialization boundary. Strategies are ranked internally so policies can compare and escalate them — when two rules mask the same field, the stricter strategy wins (e.g. HIDE outranks REDACT).
Entries
Properties
The fallback string placeholder for REDACT when a FieldPolicy gives none. Non-String fields never use this — their masked form is JSON null, decided by MaskingCapability.
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.