Interface VidValidator<T>

  • Type Parameters:
    T - is a type parameter

    public interface VidValidator<T>
    Interface having a function to validate an Id
    Since:
    1.0.0
    Author:
    Abhishek Kumar
    • Method Detail

      • validateId

        boolean validateId​(T id)
        Function to validate given Id
        Parameters:
        id - The Id to validate
        Returns:
        true if Id is valid