Interface PromoMapper

All Known Implementing Classes:
PromoMapperImpl

public interface PromoMapper
PromoMapper is a MapStruct mapper interface used for mapping and transforming Promo objects. It provides utility methods to simplify the mapping process for the Promo data model.

An instance of this mapper can be retrieved using the static INSTANCE field.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PromoMapper
     
  • Method Summary

    Modifier and Type
    Method
    Description
    clone(Promo promo)
    Create a copy of the Promo object
  • Field Details

  • Method Details

    • clone

      Promo clone(Promo promo)
      Create a copy of the Promo object
      Parameters:
      promo - The source Promo object
      Returns:
      A new Promo object with the same properties