Interface TagResolver.Single

    • Method Detail

      • key

        @NotNull
        @NotNull String key()
        The key this resolver matches.

        The returned key is compared case-insensitively.

        Returns:
        the key
        Since:
        4.10.0
      • tag

        @NotNull
        @NotNull Tag tag()
        The tag returned by this resolver when the key is matching.
        Returns:
        the tag
        Since:
        4.10.0