Interface Validator<T>

All Superinterfaces:
ParameterConfigurator

public interface Validator<T> extends ParameterConfigurator
Used to validate Parameter values after they have been converted via the Converter API.
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isValid(Rewrite event, EvaluationContext context, T value)
    Return true if the given value is valid; otherwise return false.
  • Method Details

    • isValid

      boolean isValid(Rewrite event, EvaluationContext context, T value)
      Return true if the given value is valid; otherwise return false.