Interface ParameterValidator<T>

Type Parameters:
T - parameter type

public interface ParameterValidator<T>
Interface for implementing a custom input parameter validator.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(T value)
    Validate input value.