Interface RecordMapper<I,​O>

  • Type Parameters:
    I - The input record type.
    O - The output record type.
    All Superinterfaces:
    RecordProcessor<I,​O>

    public interface RecordMapper<I,​O>
    extends RecordProcessor<I,​O>
    A record mapper maps the payload of a Record to a domain object instance.
    Author:
    Mahmoud Ben Hassine ([email protected])