keys property

Set<String> keys
final

The unique set of value keys supported by the step. Entries in the values map that do not have an associated key must be removed before final processing is complete.

Implementation

final Set<String> keys;