Uses of Interface
io.atlasmap.expression.ExpressionContext
Packages that use ExpressionContext
Package
Description
Internal implementation details for the AtlasMap expression evaluator.
-
Uses of ExpressionContext in io.atlasmap.expression
Methods in io.atlasmap.expression with parameters of type ExpressionContextModifier and TypeMethodDescriptionExpression.evaluate
(ExpressionContext expressionContext) Execute the expression against the given context. -
Uses of ExpressionContext in io.atlasmap.expression.internal
Methods in io.atlasmap.expression.internal with parameters of type ExpressionContextModifier 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)