Uses of Class
com.espertech.esper.common.client.hook.forgeinject.InjectionStrategyClassNewInstance
Package
Description
Injection strategies for compiler use.
-
Uses of InjectionStrategyClassNewInstance in com.espertech.esper.common.client.hook.forgeinject
Modifier and TypeMethodDescriptionInjectionStrategyClassNewInstance.addConstant
(String name, Object value) Add a constant to be provided by invoking the setter method of the class, at deployment timeInjectionStrategyClassNewInstance.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 anExprEvaluator
instance.