Class LuceneSearchResultFactory.UserLookupHelper
- java.lang.Object
-
- com.atlassian.confluence.internal.search.v2.lucene.LuceneSearchResultFactory.UserLookupHelper
-
- All Implemented Interfaces:
com.google.common.base.Function<String,ConfluenceUser>
,Function<String,ConfluenceUser>
- Enclosing class:
- LuceneSearchResultFactory
@Deprecated public static class LuceneSearchResultFactory.UserLookupHelper extends Object implements com.google.common.base.Function<String,ConfluenceUser>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description UserLookupHelper()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ConfluenceUser
apply(String input)
Deprecated.
-
-
-
Method Detail
-
apply
public ConfluenceUser apply(String input)
Deprecated.- Specified by:
apply
in interfacecom.google.common.base.Function<String,ConfluenceUser>
- Specified by:
apply
in interfaceFunction<String,ConfluenceUser>
-
-