Interface RecordValidator<R>

  • Type Parameters:
    R - The record type this validator can validate.
    All Superinterfaces:
    RecordProcessor<R,​R>

    public interface RecordValidator<R>
    extends RecordProcessor<R,​R>
    Interface for record validator. This is used to apply validation logic on input records.
    Author:
    Mahmoud Ben Hassine ([email protected])