@FunctionalInterface public static interface Placeholder.TextProcessor
文件名:Placeholder.java
用途:定义处理文本词语的函数式接口,以便于提取其中的公共部分
编码时间:2023年5月24日 上午8:54:00
修改时间:2023年6月5日 上午11:25:08
Modifier and Type | Method and Description |
---|---|
void |
process(String signKey,
String key)
该方法用于对文本中提取到的词语进行个性化操作的方法
|
Copyright © 2024. All rights reserved.