Closed
Description
Dave Syer opened INT-635 and commented
Add @Enricher
as a special @Transformer
that just mutates its payload. E.g.
@Enricher
public void enrich(Trade trade) {
trade.setISIN(getISINFromCode(trade.getCode()));
}
The signature is always void.
Affects: 1.0.2
Issue Links:
- Provide a MethodResolver implementation to the SpEL EvaluationContext that filters candidate Methods [INT-936] #4951 Provide a MethodResolver implementation to the SpEL EvaluationContext that filters candidate Methods
("depends on")