public abstract class EvaluationExpression extends Object implements Expression
Should be constructed by a Map from String to String
Should return true when all key-value pairs are passed
evaluationExpression:
key1: value1
key2: value2
| 构造器和说明 |
|---|
EvaluationExpression(Object object)
Construct with a String-to-String Map
|
public EvaluationExpression(Object object) throws AzukiException
object - should be a Map, key should be String, and value will be converted to StringAzukiException - error occurredCopyright © 2019. All rights reserved.