![]() | InjectionStrategyClassNewInstance Class |
Namespace: com.espertech.esper.common.client.hook.forgeinject
public class InjectionStrategyClassNewInstance : InjectionStrategy
The InjectionStrategyClassNewInstance type exposes the following members.
Name | Description | |
---|---|---|
![]() | InjectionStrategyClassNewInstance(String) |
The class name of the class to be instantiated.
|
![]() | InjectionStrategyClassNewInstance(Type) |
The class to be instantiated.
|
Name | Description | |
---|---|---|
![]() | BuilderConsumer |
Returns the builder consumer, a consumer that the strategy invokes when it is ready to build the code
|
![]() | Clazz |
Returns the class, or null if providing a class name instead
|
![]() | FullyQualifiedClassName |
Returns the class name, or null if providing a class instead
|
Name | Description | |
---|---|---|
![]() | AddConstant |
Add a constant to be provided by invoking the setter method of thNamespaceScopedeployment time
|
![]() | AddExpression |
Add an expression to be provided by invoking the setter method of the class, at deployment time,
the setter should accept an
instance.
|
![]() | GetInitializationExpression | |
![]() | WithBuilderConsumer |
Sets the builder consumer, a consumer that the strategy invokes when it is ready to build the code
|