Package org.bhn.promotion.core.mapper
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 -
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
clone
Create a copy of the Promo object- Parameters:
promo- The source Promo object- Returns:
- A new Promo object with the same properties
-