T - The type of the parameter.public interface IEvaluatorParameter<T>
| Modifier and Type | Method and Description | 
|---|---|
ParameterEvaluator<T> | 
getEvaluator(EvaluatorGroup group)
Gets the placeholder evaluator associated with this parameter. 
 | 
@Nonnull ParameterEvaluator<T> getEvaluator(@Nonnull EvaluatorGroup group)
group - The group in which to obtain the evaluator.ArgumentNullException - Thrown when group is null.