- All Implemented Interfaces:
CarMapper
@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 CarMapperImpl
extends Object
implements CarMapper
-
Constructor Summary
Constructors
-
Method Summary
map(List<net.andresbustamante.yafoot.core.model.Car> cars)
Maps a list of car beans into a list of DTOs.
map(net.andresbustamante.yafoot.core.model.Car car)
Maps a car bean into a DTO.
net.andresbustamante.yafoot.core.model.Car
Maps a DTO into a car bean.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CarMapperImpl
public CarMapperImpl()
-
Method Details
-
-
-
map
public List<Car> map(List<net.andresbustamante.yafoot.core.model.Car> cars)
Maps a list of car beans into a list of DTOs.
- Specified by:
map
in interface CarMapper
- Parameters:
cars
- Beans to map
- Returns:
- Resulting DTO list