Package com.alpaca.mapper


package com.alpaca.mapper
  • Interfaces
    Class
    Description
    GenericMapper<T,ResponseDTO,RequestDTO>
    A generic mapper interface to facilitate conversion between entities, request DTOs, and response DTOs.
    Mapper interface for converting between Advertiser entities and their corresponding request and response DTOs.
    Mapper interface for converting between Permission entities and their corresponding request and response DTOs.
    Mapper interface for converting between Profile entities and their corresponding request and response DTOs.
    Mapper interface for converting between Role entities and their corresponding request and response DTOs.
    Mapper interface for converting between User entities and their corresponding request and response DTOs.