Class EmailNotificationSettingsConverter
- java.lang.Object
-
- com.xebialabs.xlrelease.notifications.views.converters.EmailNotificationSettingsConverter
-
public class EmailNotificationSettingsConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EmailNotificationSettingsConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EmailNotificationSettingsfromView(EmailNotificationSettingsView view)static EmailNotificationSettingsViewtoView(EmailNotificationSettings settings)
-
-
-
Method Detail
-
toView
public static EmailNotificationSettingsView toView(EmailNotificationSettings settings)
-
fromView
public static EmailNotificationSettings fromView(EmailNotificationSettingsView view)
-
-