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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBean list to DTO list mapping.map
(net.andresbustamante.yafoot.core.model.Site site) Bean to DTO mapping for a site.net.andresbustamante.yafoot.core.model.Site
DTO to bean mapping from a site form.
-
Constructor Details
-
SiteMapperImpl
public SiteMapperImpl()
-
-
Method Details
-
map
Description copied from interface:SiteMapper
DTO to bean mapping from a site form.- Specified by:
map
in interfaceSiteMapper
- Parameters:
site
- Site form data to map- Returns:
- Site bean
-
map
Description copied from interface:SiteMapper
Bean to DTO mapping for a site.- Specified by:
map
in interfaceSiteMapper
- Parameters:
site
- Site bean to map- Returns:
- Site DTO
-
map
Description copied from interface:SiteMapper
Bean list to DTO list mapping.- Specified by:
map
in interfaceSiteMapper
- Parameters:
site
- Site list to map- Returns:
- Resulting DTO list
-