Interface Validator<T>

Type Parameters:
T - value type to validate.

public interface Validator<T>
Validate a value, throw an exception on invalid values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(T value)