JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
bus.core
Package
org.miaixz.bus.core.text.dfa
Interface SensitiveProcessor
public interface
SensitiveProcessor
敏感词过滤处理器,默认按字符数替换成*
Since:
Java 17+
Author:
Kimi Liu
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default
String
process
(
FoundWord
foundWord)
敏感词过滤处理
Method Details
process
default
String
process
(
FoundWord
foundWord)
敏感词过滤处理
Parameters:
foundWord
- 敏感词匹配到的内容
Returns:
敏感词过滤后的内容,默认按字符数替换成*