normalizedValue property

String normalizedValue
final

Normalized (lowercased, trimmed, deduplicated) spark payload value. Normalization MUST happen before key construction so that two semantically-equivalent sparks produce the same key.

Implementation

final String normalizedValue;