diff --git a/layouts/index.html b/layouts/index.html index eeebaf0e8..f7c918abe 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -38,22 +38,6 @@
@Mapper 1
public interface CarMapper {
-
+
CarMapper INSTANCE = Mappers.getMapper( CarMapper.class ); 3
-
+
@Mapping(source = "numberOfSeats", target = "seatCount")
CarDto carToCarDto(Car car); 2
}
- */}}
- + */}} +
- @Mapper 1
- public interface CarMapper {
- CarMapper INSTANCE = Mappers.getMapper( CarMapper.class ); 3
- @Mapping(source = "numberOfSeats", target = "seatCount")
- CarDto carToCarDto(Car car); 2
- }
- @Mapper 1
- public interface CarMapper {
- CarMapper INSTANCE = Mappers.getMapper( CarMapper.class ); 3
- @Mapping(source = "numberOfSeats", target = "seatCount")
- CarDto carToCarDto(Car car); 2
- }