public class ExpressionMapping extends Object
| Constructor and Description |
|---|
ExpressionMapping() |
ExpressionMapping(MappingModel mappingModel)
Constructs an expression mapping from a mapping model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom()
Gets the from.
|
Expression |
getFromExpression()
Gets the from expression.
|
String |
getOutput()
Gets the output.
|
org.switchyard.common.property.PropertyResolver |
getPropertyResolver()
Gets the property resolver.
|
String |
getTo()
Gets the to.
|
Expression |
getToExpression()
Gets the to expression.
|
public ExpressionMapping()
public ExpressionMapping(MappingModel mappingModel)
mappingModel - the mapping modelpublic org.switchyard.common.property.PropertyResolver getPropertyResolver()
public String getFrom()
public Expression getFromExpression()
public String getTo()
public Expression getToExpression()
public String getOutput()
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.