Package | Description |
---|---|
com.espertech.esper.common.client.hook.forgeinject |
Injection strategies for compiler use.
|
Modifier and Type | Method and Description |
---|---|
InjectionStrategyClassNewInstance |
InjectionStrategyClassNewInstance.addConstant(java.lang.String name,
java.lang.Object value)
Add a constant to be provided by invoking the setter method of the class, at deployment time
|
InjectionStrategyClassNewInstance |
InjectionStrategyClassNewInstance.addExpression(java.lang.String name,
com.espertech.esper.common.internal.epl.expression.core.ExprNode value)
Add an expression to be provided by invoking the setter method of the class, at deployment time,
the setter should accept an
ExprEvaluator instance. |