Interface Validator<T>

    • Method Detail

      • isValid

        boolean isValid​(T object)
        Validate an object.
        Parameters:
        object - object to be validated
        Returns:
        true if the object is valid, false otherwise