![]() | DataFlowParameterResolution Class |
Namespace: com.espertech.esper.common.client.dataflow.util
public class DataFlowParameterResolution
The DataFlowParameterResolution type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataFlowParameterResolution | Initializes a new instance of the DataFlowParameterResolution class |
Name | Description | |
---|---|---|
![]() ![]() | ResolveMap | |
![]() ![]() | ResolveNumber |
Resolve a number value by first looking at the parameter value provider and by using the evaluator if one was provided,
returning the default value if no value was found and no evaluator was provided.
|
![]() ![]() | ResolveOptionalInstanceT | |
![]() ![]() | ResolveStringOptional |
Resolve a string value by first looking at the parameter value provider and by using the evaluator if one was provided
or returning null if no value was found.
|
![]() ![]() | ResolveStringRequired |
Resolve a string value by first looking at the parameter value provider and by using the evaluator if one was provided,
throwing an exception if no value was provided.
|
![]() ![]() | ResolveWithDefaultT |
Resolve a typed value by first looking at the parameter value provider and by using the evaluator if one was provided
or returning the provided default value if no value was found.
|