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