public class

UserToRecipient

extends Object
implements Function<F, T>
java.lang.Object
   ↳ com.atlassian.jira.notification.type.UserToRecipient

Class Overview

Converts com.atlassian.crowd.embedded.api.User to NotificationRecipient.

Summary

Fields
public static final UserToRecipient INSTANCE
Public Constructors
UserToRecipient()
Public Methods
NotificationRecipient apply(ApplicationUser user)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.common.base.Function

Fields

public static final UserToRecipient INSTANCE

Public Constructors

public UserToRecipient ()

Public Methods