public class ExpressionArgumentObjectFactory extends AbstractAnnotatedObjectFactory<ExpressionArgument>
ObjectFactory that constructs ExpressionArgument from the mule configuration.| Constructor and Description |
|---|
ExpressionArgumentObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionArgument |
doGetObject() |
void |
setExpression(String expression) |
void |
setOptional(boolean optional) |
getAnnotation, getAnnotations, getLocation, getObject, setAnnotationspublic void setExpression(String expression)
expression - the expression to retrieve the argument value.public void setOptional(boolean optional)
optional - true if the expression may resolve to null and do not fail, false otherwise.public ExpressionArgument doGetObject() throws Exception
doGetObject in class AbstractAnnotatedObjectFactory<ExpressionArgument>ExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.