| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.condition | |
| cn.crane4j.core.support.auto | |
| cn.crane4j.core.support.expression |
| 限定符和类型 | 方法和说明 |
|---|---|
ExpressionContext |
ConditionOnExpressionParser.ContextFactory.createContext(Object target,
KeyTriggerOperation operation)
Create a new expression context
|
| 构造器和说明 |
|---|
ClassBasedAutoOperateAnnotatedElementResolver(Crane4jGlobalConfiguration configuration,
ExpressionEvaluator expressionEvaluator,
Function<Object,ExpressionContext> contextFactory)
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
OgnlExpressionContext
Expression context implementation based on
OgnlContext. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Function<Method,ExpressionContext> |
MethodBasedExpressionEvaluator.contextFactory |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ExpressionContext |
MethodBasedExpressionEvaluator.resolveContext(MethodBasedExpressionEvaluator.MethodExecution methodExecution)
Create a method aspect expression context.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
ExpressionEvaluator.execute(String expression,
Class<T> resultType,
ExpressionContext context)
Execute the expression in the specified above and return the execution result.
|
<T> T |
OgnlExpressionEvaluator.execute(String expression,
Class<T> resultType,
ExpressionContext context)
Execute the expression in the specified above and return the execution result.
|
protected void |
MethodBasedExpressionEvaluator.registerParams(MethodBasedExpressionEvaluator.MethodExecution methodExecution,
ExpressionContext context)
Register the execution parameters of the method in the context.
|
| 构造器和说明 |
|---|
OgnlExpressionContext(ExpressionContext context)
Create
OgnlExpressionContext |
Copyright © 2024. All rights reserved.