Class SiteMapperImpl

java.lang.Object
net.andresbustamante.yafoot.core.web.mappers.SiteMapperImpl
All Implemented Interfaces:
SiteMapper

@Generated(value="org.mapstruct.ap.MappingProcessor", date="2025-05-03T18:05:30+0000", comments="version: 1.5.5.Final, compiler: javac, environment: Java 17.0.2 (Oracle Corporation)") @Component public class SiteMapperImpl extends Object implements SiteMapper
  • Constructor Details

    • SiteMapperImpl

      public SiteMapperImpl()
  • Method Details

    • map

      public net.andresbustamante.yafoot.core.model.Site map(SiteForm site)
      Description copied from interface: SiteMapper
      DTO to bean mapping from a site form.
      Specified by:
      map in interface SiteMapper
      Parameters:
      site - Site form data to map
      Returns:
      Site bean
    • map

      public Site map(net.andresbustamante.yafoot.core.model.Site site)
      Description copied from interface: SiteMapper
      Bean to DTO mapping for a site.
      Specified by:
      map in interface SiteMapper
      Parameters:
      site - Site bean to map
      Returns:
      Site DTO
    • map

      public List<Site> map(List<net.andresbustamante.yafoot.core.model.Site> site)
      Description copied from interface: SiteMapper
      Bean list to DTO list mapping.
      Specified by:
      map in interface SiteMapper
      Parameters:
      site - Site list to map
      Returns:
      Resulting DTO list