public class ExpressionEvaluator extends Object
Constructor and Description |
---|
ExpressionEvaluator() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluateBoolean(String expression,
Object parameterObject) |
Iterable<?> |
evaluateIterable(String expression,
Object parameterObject) |
Copyright © 2010–2015 MyBatis.org. All rights reserved.