Package | Description |
---|---|
com.espertech.esper.common.client.hook.forgeinject |
Injection strategies for compiler use.
|
Modifier and Type | Method and Description |
---|---|
InjectionStrategyClassNewInstance |
InjectionStrategyClassNewInstance.addConstant(String name,
Object value)
Add a constant to be provided by invoking the setter method of the class, at deployment time
|
InjectionStrategyClassNewInstance |
InjectionStrategyClassNewInstance.addExpression(String name,
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. |
Copyright © 2005–2018. All rights reserved.