Uses of Class
io.atlasmap.expression.ExpressionException
Packages that use ExpressionException
Package
Description
Internal implementation details for the AtlasMap expression evaluator.
-
Uses of ExpressionException in io.atlasmap.actions
Methods in io.atlasmap.actions that throw ExpressionExceptionModifier and TypeMethodDescriptionstatic Object
ExpressionFieldAction.process
(Expression action, List<Object> args) -
Uses of ExpressionException in io.atlasmap.expression
Methods in io.atlasmap.expression that throw ExpressionExceptionModifier and TypeMethodDescriptionExpression.evaluate
(ExpressionContext expressionContext) Execute the expression against the given context.ExpressionContext.getVariable
(String name) Extracts the named variable.static Expression
Expression.parse
(String expessionText, FunctionResolver functionResolver) -
Uses of ExpressionException in io.atlasmap.expression.internal
Methods in io.atlasmap.expression.internal that throw ExpressionExceptionModifier and TypeMethodDescriptionArithmeticExpression.evaluate
(ExpressionContext message) ComparisonExpression.evaluate
(ExpressionContext expressionContext) ConstantExpression.evaluate
(ExpressionContext expressionContext) abstract Field
LogicExpression.evaluate
(ExpressionContext expressionContext) VariableExpression.evaluate
(ExpressionContext expressionContext) boolean
BooleanExpression.matches
(ExpressionContext message) boolean
ComparisonExpression.matches
(ExpressionContext message) boolean
LogicExpression.matches
(ExpressionContext message)