|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={PARAMETER,FIELD})
@Retention(value=SOURCE)
@Documented
public @interface MetaDataKeyParam
Marks a parameter inside @Processor as
the key for the metadata lookup. This lookup is resolved by @MetaDataRetriever method by
executing the toString() method on the annotated parameter.
The default parameter affected for the lookup will be the one annotated with @Default("#[payload]"). ie, the parameter with the actual data.
| Optional Element Summary | |
|---|---|
MetaDataKeyParamAffectsType |
affects
It reflects the target of the dynamic type. |
public abstract MetaDataKeyParamAffectsType affects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||