Interface EnumeratedValuesExtractor
- All Known Implementing Classes:
HeaderExtractor
Allows to get values from multi-valued attributes.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the values stored at the given key.
-
Method Details
-
getValues
Returns the values stored at the given key.- Parameters:
key
- The key of the attribute.- Returns:
- The values of the attribute.
-