|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface FromContext
Signifies, that a field's value should be obtained from ProcessingContext
.
The field's value is set by Pipe
after
ObjectProcessor.initialize()
and before ObjectProcessor.run()
Optional Element Summary | |
---|---|
String |
value
If no value is set, the context parameter name is the field's name. |
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |