跳过导航链接
A C D E F G H I N O R S T V W 

A

allow() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordAllow
获取结果
allow() - 类 中的方法com.github.houbb.sensitive.word.support.allow.WordAllowInit
 
allow() - 类 中的方法com.github.houbb.sensitive.word.support.allow.WordAllowSystem
 
AppConst - com.github.houbb.sensitive.word.constant中的类
project: sensitive-word-AppConst create on 2020/1/7 23:39

C

chains(IWordAllow, IWordAllow...) - 类 中的静态方法com.github.houbb.sensitive.word.support.allow.WordAllows
责任链
chains(IWordDeny, IWordDeny...) - 类 中的静态方法com.github.houbb.sensitive.word.support.deny.WordDenys
责任链
CharFormatChain - com.github.houbb.sensitive.word.support.format中的类
格式化责任链
CharFormatChain() - 类 的构造器com.github.houbb.sensitive.word.support.format.CharFormatChain
 
CharUtils - com.github.houbb.sensitive.word.utils中的类
project: sensitive-word-NumUtils create on 2020/1/8 22:18
checkClass() - 类 中的方法com.github.houbb.sensitive.word.support.check.SensitiveCheckResult
 
checkClass(Class<? extends ISensitiveCheck>) - 类 中的方法com.github.houbb.sensitive.word.support.check.SensitiveCheckResult
 
com.github.houbb.sensitive.word - 程序包 com.github.houbb.sensitive.word
 
com.github.houbb.sensitive.word.api - 程序包 com.github.houbb.sensitive.word.api
api 定义
com.github.houbb.sensitive.word.bs - 程序包 com.github.houbb.sensitive.word.bs
引导类定义
com.github.houbb.sensitive.word.constant - 程序包 com.github.houbb.sensitive.word.constant
project: sensitive-word-package-info create on 2020/1/7 22:46
com.github.houbb.sensitive.word.constant.enums - 程序包 com.github.houbb.sensitive.word.constant.enums
 
com.github.houbb.sensitive.word.core - 程序包 com.github.houbb.sensitive.word.core
 
com.github.houbb.sensitive.word.exception - 程序包 com.github.houbb.sensitive.word.exception
 
com.github.houbb.sensitive.word.support - 程序包 com.github.houbb.sensitive.word.support
 
com.github.houbb.sensitive.word.support.allow - 程序包 com.github.houbb.sensitive.word.support.allow
 
com.github.houbb.sensitive.word.support.check - 程序包 com.github.houbb.sensitive.word.support.check
 
com.github.houbb.sensitive.word.support.check.impl - 程序包 com.github.houbb.sensitive.word.support.check.impl
 
com.github.houbb.sensitive.word.support.data - 程序包 com.github.houbb.sensitive.word.support.data
 
com.github.houbb.sensitive.word.support.deny - 程序包 com.github.houbb.sensitive.word.support.deny
 
com.github.houbb.sensitive.word.support.format - 程序包 com.github.houbb.sensitive.word.support.format
 
com.github.houbb.sensitive.word.support.map - 程序包 com.github.houbb.sensitive.word.support.map
 
com.github.houbb.sensitive.word.support.replace - 程序包 com.github.houbb.sensitive.word.support.replace
 
com.github.houbb.sensitive.word.support.result - 程序包 com.github.houbb.sensitive.word.support.result
 
com.github.houbb.sensitive.word.utils - 程序包 com.github.houbb.sensitive.word.utils
 
contains(String, IWordContext) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordMap
是否包含敏感词
contains(String) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
是否包含敏感词
contains(String) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
是否包含敏感词
contains(String, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.map.SensitiveWordMap
是否包含 (1)直接遍历所有 (2)如果遇到,则直接返回 true

D

deny() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordDeny
获取结果
deny() - 类 中的方法com.github.houbb.sensitive.word.support.deny.WordDenyInit
 
deny() - 类 中的方法com.github.houbb.sensitive.word.support.deny.WordDenySystem
 
DICT_EN_SIZE - 类 中的静态变量com.github.houbb.sensitive.word.constant.AppConst
英语词典的大小
DICT_SIZE - 类 中的静态变量com.github.houbb.sensitive.word.constant.AppConst
字典的大小

E

enableEmailCheck(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
设置是否启动 email 检测
enableNumCheck(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
设置是否启动数字检测
enableUrlCheck(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
设置是否启动 url 检测
endIndex() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordResult
结束下标
endIndex() - 类 中的方法com.github.houbb.sensitive.word.support.result.WordResult
 
endIndex(int) - 类 中的方法com.github.houbb.sensitive.word.support.result.WordResult
 

F

findAll(String, IWordContext) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordMap
返回所有对应的敏感词
findAll(String) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
返回所有的敏感词 1.
findAll(String, IWordResultHandler<R>) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
返回所有的敏感词 1.
findAll(String) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
返回所有的敏感词 1.
findAll(String, IWordResultHandler<R>) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
返回所有的敏感词
findAll(String, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.map.SensitiveWordMap
返回所有对应的敏感词 (1)结果是有序的 (2)为了保留所有的下标,结果从 v0.1.0 之后不再去重。
findFirst(String, IWordContext) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordMap
返回第一个对应的敏感词
findFirst(String) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
返回第一个敏感词 (1)如果不存在,则返回 null
findFirst(String, IWordResultHandler<R>) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
返回第一个敏感词 (1)如果不存在,则返回 null
findFirst(String) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
返回第一个敏感词 (1)如果不存在,则返回 null
findFirst(String, IWordResultHandler<R>) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
返回第一个敏感词 (1)如果不存在,则返回 null
findFirst(String, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.map.SensitiveWordMap
 
format(char, IWordContext) - 接口 中的方法com.github.houbb.sensitive.word.api.ICharFormat
针对 char 格式化
format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.CharFormatChain
 
format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.IgnoreCaseCharFormat
 
format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.IgnoreChineseStyleFormat
 
format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.IgnoreEnglishStyleFormat
 
format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.IgnoreNumStyleCharFormat
 
format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.IgnoreWidthCharFormat
 
format(String, IWordContext) - 类 中的静态方法com.github.houbb.sensitive.word.utils.InnerFormatUtils
格式化

G

getMappingChar(Character) - 类 中的静态方法com.github.houbb.sensitive.word.utils.CharUtils
映射后的 char
getMappingChar(Character) - 类 中的静态方法com.github.houbb.sensitive.word.utils.NumUtils
映射后的 char
getMappingString(String) - 类 中的静态方法com.github.houbb.sensitive.word.utils.NumUtils
 
getWordData() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordData
已过时。
获取对应的敏感词
getWordData() - 类 中的方法com.github.houbb.sensitive.word.support.data.SensitiveWordData
 

H

handle(IWordResult) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordResultHandler
对于结果的处理
handle(IWordResult) - 类 中的方法com.github.houbb.sensitive.word.support.result.WordResultHandlerRaw
 
handle(IWordResult) - 类 中的方法com.github.houbb.sensitive.word.support.result.WordResultHandlerWord
 

I

ICharFormat - com.github.houbb.sensitive.word.api中的接口
单词格式化 (1)忽略大小写 (2)忽略全角半角 (3)忽略停顿词 (4)忽略数字转换。
ignoreCase() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
是否忽略大小写
ignoreCase(boolean) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
设置是否忽略大小写
ignoreCase(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
是否忽略大小写
ignoreCase() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
ignoreCase(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
IgnoreCaseCharFormat - com.github.houbb.sensitive.word.support.format中的类
忽略大小写
IgnoreCaseCharFormat() - 类 的构造器com.github.houbb.sensitive.word.support.format.IgnoreCaseCharFormat
 
ignoreChineseStyle() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
忽略中文繁简体格式
ignoreChineseStyle(boolean) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
设置是否忽略中文繁简体格式
ignoreChineseStyle(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
是否忽略中文样式
ignoreChineseStyle() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
ignoreChineseStyle(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
IgnoreChineseStyleFormat - com.github.houbb.sensitive.word.support.format中的类
忽略大小写
IgnoreChineseStyleFormat() - 类 的构造器com.github.houbb.sensitive.word.support.format.IgnoreChineseStyleFormat
 
ignoreEnglishStyle() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
忽略英文的写法
ignoreEnglishStyle(boolean) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
设置忽略英文的写法
ignoreEnglishStyle(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
是否忽略英文样式
ignoreEnglishStyle() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
ignoreEnglishStyle(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
IgnoreEnglishStyleFormat - com.github.houbb.sensitive.word.support.format中的类
忽略英文的各种格式
IgnoreEnglishStyleFormat() - 类 的构造器com.github.houbb.sensitive.word.support.format.IgnoreEnglishStyleFormat
 
ignoreNumStyle() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
是否忽略数字格式
ignoreNumStyle(boolean) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
设置是否忽略半角圆角
ignoreNumStyle(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
是否忽略数字格式
ignoreNumStyle() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
ignoreNumStyle(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
IgnoreNumStyleCharFormat - com.github.houbb.sensitive.word.support.format中的类
忽略数字的样式
IgnoreNumStyleCharFormat() - 类 的构造器com.github.houbb.sensitive.word.support.format.IgnoreNumStyleCharFormat
 
ignoreRepeat() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
忽略重复词
ignoreRepeat(boolean) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
设置忽略重复词
ignoreRepeat(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
是否忽略重复
ignoreRepeat() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
ignoreRepeat(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
ignoreWidth() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
是否忽略半角圆角
ignoreWidth(boolean) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
设置是否忽略半角圆角
ignoreWidth(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
是否忽略半角全角
ignoreWidth() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
ignoreWidth(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
IgnoreWidthCharFormat - com.github.houbb.sensitive.word.support.format中的类
格式化责任链
IgnoreWidthCharFormat() - 类 的构造器com.github.houbb.sensitive.word.support.format.IgnoreWidthCharFormat
 
index() - 类 中的方法com.github.houbb.sensitive.word.support.check.SensitiveCheckResult
 
index(int) - 类 中的方法com.github.houbb.sensitive.word.support.check.SensitiveCheckResult
 
init() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
初始化 1.
init(Pipeline<IWordAllow>) - 类 中的方法com.github.houbb.sensitive.word.support.allow.WordAllowInit
初始化列表
init(Pipeline<IWordDeny>) - 类 中的方法com.github.houbb.sensitive.word.support.deny.WordDenyInit
初始化列表
initWordMap(Collection<String>) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordMap
初始化敏感词 map
initWordMap(Collection<String>) - 类 中的方法com.github.houbb.sensitive.word.support.map.SensitiveWordMap
读取敏感词库,将敏感词放入HashSet中,构建一个DFA算法模型:
InnerFormatUtils - com.github.houbb.sensitive.word.utils中的类
内部格式化工具类
IS_END - 类 中的静态变量com.github.houbb.sensitive.word.constant.AppConst
是否为结束标识 ps: 某种角度而言,我不是很喜欢这种风格。
ISensitiveCheck - com.github.houbb.sensitive.word.support.check中的接口
敏感信息监测接口 (1)敏感词 (2)数字(连续8位及其以上) (3)邮箱 (4)URL 可以使用责任链的模式,循环调用。
ISensitiveWordReplace - com.github.houbb.sensitive.word.api中的接口
敏感词替换策略
ISensitiveWordReplaceContext - com.github.houbb.sensitive.word.api中的接口
敏感词替换策略上下文
IWordAllow - com.github.houbb.sensitive.word.api中的接口
允许的内容-返回的内容不被当做敏感词
IWordContext - com.github.houbb.sensitive.word.api中的接口
 
IWordData - com.github.houbb.sensitive.word.api中的接口
已过时。
IWordDeny - com.github.houbb.sensitive.word.api中的接口
拒绝出现的数据-返回的内容被当做是敏感词
IWordMap - com.github.houbb.sensitive.word.api中的接口
敏感词 map
IWordResult - com.github.houbb.sensitive.word.api中的接口
敏感词的结果
IWordResultHandler<R> - com.github.houbb.sensitive.word.api中的接口
敏感词的结果处理

N

newInstance() - 类 中的静态方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
新建验证实例 double-lock
newInstance() - 类 中的静态方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
新建一个对象实例
newInstance() - 类 中的静态方法com.github.houbb.sensitive.word.support.replace.SensitiveWordReplaceContext
 
newInstance() - 类 中的静态方法com.github.houbb.sensitive.word.support.result.WordResult
 
NumUtils - com.github.houbb.sensitive.word.utils中的类
project: sensitive-word-NumUtils create on 2020/1/8 22:18

O

of(int, Class<? extends ISensitiveCheck>) - 类 中的静态方法com.github.houbb.sensitive.word.support.check.SensitiveCheckResult
实例化

R

raw() - 类 中的静态方法com.github.houbb.sensitive.word.support.result.WordResultHandlers
不做任何处理
replace(ISensitiveWordReplaceContext) - 接口 中的方法com.github.houbb.sensitive.word.api.ISensitiveWordReplace
替换
replace(String, ISensitiveWordReplace, IWordContext) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordMap
替换所有敏感词内容 ps: 这里可以添加优化。
replace(String, char) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
替换所有内容
replace(String, ISensitiveWordReplace) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
替换所有内容
replace(String) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
替换所有内容 1.
replace(String, ISensitiveWordReplace) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
替换所有内容
replace(String, char) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
替换所有内容
replace(String) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
替换所有内容 1.
replace(String, ISensitiveWordReplace, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.map.SensitiveWordMap
 
replace(ISensitiveWordReplaceContext) - 类 中的方法com.github.houbb.sensitive.word.support.replace.SensitiveWordReplaceChar
 

S

SENSITIVE_WORD_ALLOW_PATH - 类 中的静态变量com.github.houbb.sensitive.word.constant.AppConst
用户允许的词语
SENSITIVE_WORD_DENY_PATH - 类 中的静态变量com.github.houbb.sensitive.word.constant.AppConst
拒绝的词语
sensitiveCheck(String, int, ValidModeEnum, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.check.impl.SensitiveCheckChain
 
sensitiveCheck(String, int, ValidModeEnum, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.check.impl.SensitiveCheckEmail
 
sensitiveCheck(String, int, ValidModeEnum, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.check.impl.SensitiveCheckNum
 
sensitiveCheck(String, int, ValidModeEnum, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.check.impl.SensitiveCheckUrl
 
sensitiveCheck(String, int, ValidModeEnum, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.check.impl.SensitiveCheckWord
 
sensitiveCheck(String, int, ValidModeEnum, IWordContext) - 接口 中的方法com.github.houbb.sensitive.word.support.check.ISensitiveCheck
检查敏感词数量 (1)如果未命中敏感词,直接返回 0 (2)命中敏感词,则返回敏感词的长度。
sensitiveCheck(String, int, ValidModeEnum, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.map.SensitiveWordMap
 
SensitiveCheckChain - com.github.houbb.sensitive.word.support.check.impl中的类
敏感词检测责任链模式 这里可以提供一个公共的父类。
SensitiveCheckChain() - 类 的构造器com.github.houbb.sensitive.word.support.check.impl.SensitiveCheckChain
 
sensitiveCheckEmail() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
是否进行邮箱检测
sensitiveCheckEmail(boolean) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
设置敏感邮箱检测
sensitiveCheckEmail() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
sensitiveCheckEmail(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
SensitiveCheckEmail - com.github.houbb.sensitive.word.support.check.impl中的类
email 正则表达式检测实现。
SensitiveCheckEmail() - 类 的构造器com.github.houbb.sensitive.word.support.check.impl.SensitiveCheckEmail
 
sensitiveCheckNum() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
敏感数字检测
sensitiveCheckNum(boolean) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
设置敏感数字检测
sensitiveCheckNum() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
sensitiveCheckNum(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
SensitiveCheckNum - com.github.houbb.sensitive.word.support.check.impl中的类
敏感词监测实现 这里可以提供一个公共的父类。
SensitiveCheckNum() - 类 的构造器com.github.houbb.sensitive.word.support.check.impl.SensitiveCheckNum
 
SensitiveCheckResult - com.github.houbb.sensitive.word.support.check中的类
敏感信息监测接口结果 可以使用责任链的模式,循环调用。
SensitiveCheckResult() - 类 的构造器com.github.houbb.sensitive.word.support.check.SensitiveCheckResult
 
sensitiveCheckUrl() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
敏感链接检测
sensitiveCheckUrl(boolean) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
设置敏感邮箱检测
sensitiveCheckUrl() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
sensitiveCheckUrl(boolean) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
SensitiveCheckUrl - com.github.houbb.sensitive.word.support.check.impl中的类
URL 正则表达式检测实现。
SensitiveCheckUrl() - 类 的构造器com.github.houbb.sensitive.word.support.check.impl.SensitiveCheckUrl
 
SensitiveCheckWord - com.github.houbb.sensitive.word.support.check.impl中的类
敏感词监测实现
SensitiveCheckWord() - 类 的构造器com.github.houbb.sensitive.word.support.check.impl.SensitiveCheckWord
 
sensitiveWord() - 接口 中的方法com.github.houbb.sensitive.word.api.ISensitiveWordReplaceContext
敏感词
sensitiveWord() - 类 中的方法com.github.houbb.sensitive.word.support.replace.SensitiveWordReplaceContext
 
sensitiveWord(String) - 类 中的方法com.github.houbb.sensitive.word.support.replace.SensitiveWordReplaceContext
 
SensitiveWordBs - com.github.houbb.sensitive.word.bs中的类
敏感词引导类
SensitiveWordContext - com.github.houbb.sensitive.word.bs中的类
上下文
SensitiveWordData - com.github.houbb.sensitive.word.support.data中的类
数据加载使用单例的模式,只需要加载一次即可。
SensitiveWordData() - 类 的构造器com.github.houbb.sensitive.word.support.data.SensitiveWordData
 
SensitiveWordException - com.github.houbb.sensitive.word.exception中的异常错误
 
SensitiveWordException() - 异常错误 的构造器com.github.houbb.sensitive.word.exception.SensitiveWordException
 
SensitiveWordException(String) - 异常错误 的构造器com.github.houbb.sensitive.word.exception.SensitiveWordException
 
SensitiveWordException(String, Throwable) - 异常错误 的构造器com.github.houbb.sensitive.word.exception.SensitiveWordException
 
SensitiveWordException(Throwable) - 异常错误 的构造器com.github.houbb.sensitive.word.exception.SensitiveWordException
 
SensitiveWordException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.houbb.sensitive.word.exception.SensitiveWordException
 
SensitiveWordHelper - com.github.houbb.sensitive.word.core中的类
敏感词工具类
sensitiveWordMap() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
获取敏感词信息
sensitiveWordMap(Map) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordContext
敏感词信息
sensitiveWordMap() - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
sensitiveWordMap(Map) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordContext
 
SensitiveWordMap - com.github.houbb.sensitive.word.support.map中的类
敏感词 map
SensitiveWordMap() - 类 的构造器com.github.houbb.sensitive.word.support.map.SensitiveWordMap
 
SensitiveWordReplaceChar - com.github.houbb.sensitive.word.support.replace中的类
指定字符的替换策略
SensitiveWordReplaceChar(char) - 类 的构造器com.github.houbb.sensitive.word.support.replace.SensitiveWordReplaceChar
 
SensitiveWordReplaceContext - com.github.houbb.sensitive.word.support.replace中的类
敏感词替换上下文
SensitiveWordReplaceContext() - 类 的构造器com.github.houbb.sensitive.word.support.replace.SensitiveWordReplaceContext
 
startIndex() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordResult
开始下标
startIndex() - 类 中的方法com.github.houbb.sensitive.word.support.result.WordResult
 
startIndex(int) - 类 中的方法com.github.houbb.sensitive.word.support.result.WordResult
 
system() - 类 中的静态方法com.github.houbb.sensitive.word.support.allow.WordAllows
系统实现
system() - 类 中的静态方法com.github.houbb.sensitive.word.support.deny.WordDenys
系统实现

T

toString() - 类 中的方法com.github.houbb.sensitive.word.support.check.SensitiveCheckResult
 
toString() - 类 中的方法com.github.houbb.sensitive.word.support.replace.SensitiveWordReplaceContext
 
toString() - 类 中的方法com.github.houbb.sensitive.word.support.result.WordResult
 

V

ValidModeEnum - com.github.houbb.sensitive.word.constant.enums中的枚举
project: sensitive-word-ValidModeEnum create on 2020/1/7 22:46
valueOf(String) - 枚举 中的静态方法com.github.houbb.sensitive.word.constant.enums.ValidModeEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.houbb.sensitive.word.constant.enums.ValidModeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

word() - 接口 中的方法com.github.houbb.sensitive.word.api.IWordResult
敏感词
word() - 类 中的方法com.github.houbb.sensitive.word.support.result.WordResult
 
word(String) - 类 中的方法com.github.houbb.sensitive.word.support.result.WordResult
 
word() - 类 中的静态方法com.github.houbb.sensitive.word.support.result.WordResultHandlers
只保留单词
wordAllow(IWordAllow) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
设置允许的实现
WordAllowInit - com.github.houbb.sensitive.word.support.allow中的类
初始化类
WordAllowInit() - 类 的构造器com.github.houbb.sensitive.word.support.allow.WordAllowInit
 
WordAllows - com.github.houbb.sensitive.word.support.allow中的类
所有允许的结果
WordAllowSystem - com.github.houbb.sensitive.word.support.allow中的类
系统默认的信息
WordAllowSystem() - 类 的构造器com.github.houbb.sensitive.word.support.allow.WordAllowSystem
 
wordDeny(IWordDeny) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
设置禁止的实现
WordDenyInit - com.github.houbb.sensitive.word.support.deny中的类
初始化类
WordDenyInit() - 类 的构造器com.github.houbb.sensitive.word.support.deny.WordDenyInit
 
WordDenys - com.github.houbb.sensitive.word.support.deny中的类
所有拒绝的结果
WordDenySystem - com.github.houbb.sensitive.word.support.deny中的类
系统默认的信息
WordDenySystem() - 类 的构造器com.github.houbb.sensitive.word.support.deny.WordDenySystem
 
wordLength() - 接口 中的方法com.github.houbb.sensitive.word.api.ISensitiveWordReplaceContext
单词长度
wordLength() - 类 中的方法com.github.houbb.sensitive.word.support.replace.SensitiveWordReplaceContext
 
wordLength(int) - 类 中的方法com.github.houbb.sensitive.word.support.replace.SensitiveWordReplaceContext
 
WordResult - com.github.houbb.sensitive.word.support.result中的类
 
WordResult() - 类 的构造器com.github.houbb.sensitive.word.support.result.WordResult
 
WordResultHandlerRaw - com.github.houbb.sensitive.word.support.result中的类
不做任何处理
WordResultHandlerRaw() - 类 的构造器com.github.houbb.sensitive.word.support.result.WordResultHandlerRaw
 
WordResultHandlers - com.github.houbb.sensitive.word.support.result中的类
敏感词的结果处理
WordResultHandlerWord - com.github.houbb.sensitive.word.support.result中的类
只保留单词
WordResultHandlerWord() - 类 的构造器com.github.houbb.sensitive.word.support.result.WordResultHandlerWord
 
A C D E F G H I N O R S T V W 
跳过导航链接

Copyright © 2022. All rights reserved.