Uses of Interface
com.atlassian.bitbucket.user.UserMentionScanner.UserMention
Packages that use UserMentionScanner.UserMention
-
Uses of UserMentionScanner.UserMention in com.atlassian.bitbucket.user
Method parameters in com.atlassian.bitbucket.user with type arguments of type UserMentionScanner.UserMentionModifier and TypeMethodDescriptionvoid
UserMentionScanner.processMentions
(CharSequence text, Consumer<UserMentionScanner.UserMention> callback) Callscallback
for each user mention found intext
.UserMentionScanner.replaceMentions
(CharSequence text, Function<UserMentionScanner.UserMention, Optional<String>> replacementFunction) Replaces all user mentions with the string returned from the passedreplacementFunction
.