org.mule.api.annotations.expressions
Annotation Type Expr


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface Expr

Allows method parameters to be configured with result of one or more Mule expressions public Object save(Object foo, @Expr("#[header:X-User]-#[function:UUID]") String id)

See Also:
FunctionExpressionEvaluator

Required Element Summary
 String value
           
 
Optional Element Summary
 boolean optional
           
 

Element Detail

value

public abstract String value

optional

public abstract boolean optional
Default:
false


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.