All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.onetwo.common.spring.validator.ContentChecker Maven / Gradle / Ivy

package org.onetwo.common.spring.validator;

import java.util.List;

/**
 * 内容检测
 * @author weishao zeng
 * 
*/ public interface ContentChecker { /**** * * @author weishao zeng * @param content 要检测是否有敏感词的文本内容 * @return 返回检测到的敏感词 */ public List check(String content); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy