Class UserMapperChain
java.lang.Object
com.atlassian.jira.user.usermapper.UserMapperChain
- All Implemented Interfaces:
UserMapper
A caching chain of userMappers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUserFromEmailAddress(String emailAddress) Return a user for this particular email address.
-
Constructor Details
-
UserMapperChain
-
-
Method Details
-
getUserFromEmailAddress
Description copied from interface:UserMapperReturn a user for this particular email address. If no user is found, return null.- Specified by:
getUserFromEmailAddressin interfaceUserMapper
-