Interface MentionResolver


public interface MentionResolver
The interface MentionResolver describes the ability to resolve a mention.
  • Method Summary

    Modifier and Type
    Method
    Description
    This method resolves the name of a mention.
  • Method Details

    • resolve

      String resolve(String name)
      This method resolves the name of a mention.
      Parameters:
      name - the name
      Returns:
      the mention or null