Uses of Class
io.atlasmap.expression.internal.VariableExpression
-
Packages that use VariableExpression Package Description io.atlasmap.expression.internal Internal implementation details for the AtlasMap expression evaluator. -
-
Uses of VariableExpression in io.atlasmap.expression.internal
Methods in io.atlasmap.expression.internal with parameters of type VariableExpression Modifier and Type Method Description static BooleanExpressionUnaryExpression. createInExpression(VariableExpression right, List<Object> elements, boolean not)Creates in expression.
-