Class DeviceMapperImpl
java.lang.Object
com.flowable.engage.rest.service.api.mapper.notification.push.DeviceMapperImpl
- All Implemented Interfaces:
DeviceMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2020-12-15T19:53:00+0100", comments="version: 1.4.1.Final, compiler: javac, environment: Java 13.0.2 (N/A)") @Component public class DeviceMapperImpl extends java.lang.Object implements DeviceMapper
-
Constructor Summary
Constructors Constructor Description DeviceMapperImpl()
-
Method Summary
Modifier and Type Method Description DeviceResponse
map(Device device)
java.util.List<DeviceResponse>
map(java.util.List<Device> devices)
-
Constructor Details
-
DeviceMapperImpl
public DeviceMapperImpl()
-
-
Method Details
-
map
- Specified by:
map
in interfaceDeviceMapper
-
map
- Specified by:
map
in interfaceDeviceMapper
-