Interface CategoryMapper


public interface CategoryMapper
Mapper interface for converting between Voucherify's Category and the core model CategoryModel.

This interface utilizes MapStruct for automatic implementation generation at compile time, enabling efficient mapping between the two object types.

  • Field Summary

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

    Modifier and Type
    Method
    Description
    toModel(io.voucherify.client.model.Category category)
     
  • Field Details

  • Method Details

    • toModel

      CategoryModel toModel(io.voucherify.client.model.Category category)