Interface SensitiveProcessor


public interface SensitiveProcessor
敏感词过滤处理器,默认按字符数替换成*
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    process(FoundWord foundWord)
    敏感词过滤处理
  • Method Details

    • process

      default String process(FoundWord foundWord)
      敏感词过滤处理
      Parameters:
      foundWord - 敏感词匹配到的内容
      Returns:
      敏感词过滤后的内容,默认按字符数替换成*