- All Implemented Interfaces:
CarMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2025-05-03T17:58:24+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
Maps a list of car beans into a list of DTOs.
Maps a car bean into a DTO.
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
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