Package | Description |
---|---|
cn.hutool.extra.expression |
表达式语言引擎封装
|
cn.hutool.extra.expression.engine |
表达式语言引擎封装
|
cn.hutool.extra.expression.engine.aviator |
Aviator引擎封装,见:https://github.com/killme2008/aviatorscript
|
cn.hutool.extra.expression.engine.jexl |
Jexl3引擎封装,见:https://github.com/apache/commons-jexl
|
cn.hutool.extra.expression.engine.jfireel |
JfireEL引擎封装
见:https://gitee.com/eric_ds/jfireEL |
cn.hutool.extra.expression.engine.mvel |
MVEL (MVFLEX Expression Language)引擎封装
见:https://github.com/mvel/mvel |
cn.hutool.extra.expression.engine.qlexpress |
QLExpress引擎封装
见:https://github.com/alibaba/QLExpress |
cn.hutool.extra.expression.engine.rhino |
rhino引擎封装
见:https://github.com/mozilla/rhino |
cn.hutool.extra.expression.engine.spel |
Spring-Expression引擎封装
见:https://github.com/spring-projects/spring-framework/tree/master/spring-expression |
Modifier and Type | Method and Description |
---|---|
static ExpressionEngine |
ExpressionUtil.getEngine()
获得全局单例的表达式引擎
|
Modifier and Type | Method and Description |
---|---|
static ExpressionEngine |
ExpressionFactory.create()
根据用户引入的表达式引擎jar,自动创建对应的拼音引擎对象
推荐创建的引擎单例使用,此方法每次调用会返回新的引擎 |
static ExpressionEngine |
ExpressionFactory.get()
获得单例的
ExpressionEngine |
Modifier and Type | Class and Description |
---|---|
class |
AviatorEngine
Aviator引擎封装
见:https://github.com/killme2008/aviatorscript |
Modifier and Type | Class and Description |
---|---|
class |
JexlEngine
Jexl3引擎封装
见:https://github.com/apache/commons-jexl |
Modifier and Type | Class and Description |
---|---|
class |
JfireELEngine
JfireEL引擎封装
见:https://gitee.com/eric_ds/jfireEL |
Modifier and Type | Class and Description |
---|---|
class |
MvelEngine
MVEL (MVFLEX Expression Language)引擎封装
见:https://github.com/mvel/mvel |
Modifier and Type | Class and Description |
---|---|
class |
QLExpressEngine
QLExpress引擎封装
见:https://github.com/alibaba/QLExpress |
Modifier and Type | Class and Description |
---|---|
class |
RhinoEngine
rhino引擎封装
见:https://github.com/mozilla/rhino |
Modifier and Type | Class and Description |
---|---|
class |
SpELEngine
Spring-Expression引擎封装
见:https://github.com/spring-projects/spring-framework/tree/master/spring-expression |
Copyright © 2024. All rights reserved.