T - The type returned by the evaluator.public class ValueParameter<T> extends Object implements IEvaluatorParameter<T>
| Constructor and Description |
|---|
ValueParameter()
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterEvaluator<T> |
getEvaluator(EvaluatorGroup group)
Gets the placeholder evaluator associated with this parameter.
|
public final ParameterEvaluator<T> getEvaluator(EvaluatorGroup group)
getEvaluator in interface IEvaluatorParameter<T>group - The group in which to obtain the evaluator.ArgumentNullException - Thrown when group is null.