Annotation Interface Keyed
Annotation allowing to specify the class of the
KeyValueExtractor to be used.
When used, it by-pass the extractor lookup (based on KeyValueExtractor.canExtract(Message, Type, Type)
and Prioritized).-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends KeyValueExtractor> value- Returns:
- the class name of
KeyValueExtractorto use.
-