Class NewCarrotVersionNotificationMapper
- java.lang.Object
-
- cn.boboweike.carrot.server.dashboard.mappers.NewCarrotVersionNotificationMapper
-
- All Implemented Interfaces:
DashboardNotificationMapper<NewCarrotVersionNotification>
public class NewCarrotVersionNotificationMapper extends Object implements DashboardNotificationMapper<NewCarrotVersionNotification>
-
-
Constructor Summary
Constructors Constructor Description NewCarrotVersionNotificationMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CarrotMetadatamapToMetadata(NewCarrotVersionNotification notification)booleansupports(DashboardNotification notification)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cn.boboweike.carrot.server.dashboard.mappers.DashboardNotificationMapper
map
-
-
-
-
Method Detail
-
supports
public boolean supports(DashboardNotification notification)
- Specified by:
supportsin interfaceDashboardNotificationMapper<NewCarrotVersionNotification>
-
mapToMetadata
public CarrotMetadata mapToMetadata(NewCarrotVersionNotification notification)
- Specified by:
mapToMetadatain interfaceDashboardNotificationMapper<NewCarrotVersionNotification>
-
-