您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
com.github.houbb.sensitive.word
,
com.github.houbb.sensitive.word.api
,
com.github.houbb.sensitive.word.api.combine
,
com.github.houbb.sensitive.word.api.context
,
com.github.houbb.sensitive.word.bs
,
com.github.houbb.sensitive.word.constant
,
com.github.houbb.sensitive.word.constant.enums
,
com.github.houbb.sensitive.word.core
,
com.github.houbb.sensitive.word.exception
,
com.github.houbb.sensitive.word.support
,
com.github.houbb.sensitive.word.support.allow
,
com.github.houbb.sensitive.word.support.check
,
com.github.houbb.sensitive.word.support.combine
,
com.github.houbb.sensitive.word.support.combine.allowdeny
,
com.github.houbb.sensitive.word.support.combine.check
,
com.github.houbb.sensitive.word.support.combine.format
,
com.github.houbb.sensitive.word.support.data
,
com.github.houbb.sensitive.word.support.deny
,
com.github.houbb.sensitive.word.support.format
,
com.github.houbb.sensitive.word.support.ignore
,
com.github.houbb.sensitive.word.support.replace
,
com.github.houbb.sensitive.word.support.result
,
com.github.houbb.sensitive.word.support.resultcondition
,
com.github.houbb.sensitive.word.support.tag
,
com.github.houbb.sensitive.word.utils
类分层结构
java.lang.
Object
com.github.houbb.sensitive.word.core.
AbstractSensitiveWord
(implements com.github.houbb.sensitive.word.api.
ISensitiveWord
)
com.github.houbb.sensitive.word.core.
SensitiveWord
com.github.houbb.sensitive.word.support.ignore.
AbstractSensitiveWordCharIgnore
(implements com.github.houbb.sensitive.word.api.
ISensitiveWordCharIgnore
)
com.github.houbb.sensitive.word.support.ignore.
NoneSensitiveWordCharIgnore
com.github.houbb.sensitive.word.support.ignore.
SpecialCharSensitiveWordCharIgnore
com.github.houbb.sensitive.word.support.combine.allowdeny.
AbstractWordAllowDenyCombine
(implements com.github.houbb.sensitive.word.api.combine.
IWordAllowDenyCombine
)
com.github.houbb.sensitive.word.support.combine.allowdeny.
WordAllowDenyCombine
com.github.houbb.sensitive.word.support.check.
AbstractWordCheck
(implements com.github.houbb.sensitive.word.api.
IWordCheck
)
com.github.houbb.sensitive.word.support.check.
AbstractConditionWordCheck
com.github.houbb.sensitive.word.support.check.
WordCheckEmail
com.github.houbb.sensitive.word.support.check.
WordCheckIPV4
com.github.houbb.sensitive.word.support.check.
WordCheckNum
com.github.houbb.sensitive.word.support.check.
WordCheckUrl
com.github.houbb.sensitive.word.support.check.
WordCheckUrlNoPrefix
com.github.houbb.sensitive.word.support.check.
WordCheckWord
com.github.houbb.sensitive.word.support.combine.check.
AbstractWordCheckCombine
(implements com.github.houbb.sensitive.word.api.combine.
IWordCheckCombine
)
com.github.houbb.sensitive.word.support.combine.check.
WordCheckCombine
com.github.houbb.sensitive.word.support.data.
AbstractWordData
(implements com.github.houbb.sensitive.word.api.
IWordData
)
com.github.houbb.sensitive.word.support.data.
WordDataHashMap
com.github.houbb.sensitive.word.support.data.
WordDataTree
com.github.houbb.sensitive.word.support.combine.format.
AbstractWordFormatCombine
(implements com.github.houbb.sensitive.word.api.combine.
IWordFormatCombine
)
com.github.houbb.sensitive.word.support.combine.format.
WordFormatCombine
com.github.houbb.sensitive.word.support.resultcondition.
AbstractWordResultCondition
(implements com.github.houbb.sensitive.word.api.
IWordResultCondition
)
com.github.houbb.sensitive.word.support.resultcondition.
WordResultConditionAlwaysTrue
com.github.houbb.sensitive.word.support.resultcondition.
WordResultConditionEnglishWordMatch
com.github.houbb.sensitive.word.support.resultcondition.
WordResultConditionEnglishWordNumMatch
com.github.houbb.sensitive.word.support.resultcondition.
WordResultConditionInit
com.github.houbb.sensitive.word.support.resultcondition.
WordResultConditionWordTagsMatch
com.github.houbb.sensitive.word.support.result.
AbstractWordResultHandler
<R> (implements com.github.houbb.sensitive.word.api.
IWordResultHandler
<R>)
com.github.houbb.sensitive.word.support.result.
WordResultHandlerRaw
com.github.houbb.sensitive.word.support.result.
WordResultHandlerWord
com.github.houbb.sensitive.word.support.result.
WordResultHandlerWordTags
com.github.houbb.sensitive.word.support.tag.
AbstractWordTag
(implements com.github.houbb.sensitive.word.api.
IWordTag
)
com.github.houbb.sensitive.word.support.tag.
AbstractWordTagInit
com.github.houbb.sensitive.word.support.tag.
FileWordTag
com.github.houbb.sensitive.word.support.tag.
NoneWordTag
com.github.houbb.sensitive.word.support.tag.
WordTagLines
com.github.houbb.sensitive.word.support.tag.
WordTagMap
com.github.houbb.sensitive.word.support.tag.
WordTagSystem
com.github.houbb.sensitive.word.utils.
InnerCharUtils
com.github.houbb.sensitive.word.api.context.
InnerSensitiveWordContext
com.github.houbb.sensitive.word.utils.
InnerWordCharUtils
com.github.houbb.sensitive.word.utils.
InnerWordFormatUtils
com.github.houbb.sensitive.word.utils.
InnerWordNumUtils
com.github.houbb.sensitive.word.utils.
InnerWordTagUtils
com.github.houbb.sensitive.word.bs.
SensitiveWordBs
(implements com.github.houbb.sensitive.word.api.
ISensitiveWordDestroy
)
com.github.houbb.sensitive.word.support.ignore.
SensitiveWordCharIgnores
com.github.houbb.sensitive.word.bs.
SensitiveWordContext
(implements com.github.houbb.sensitive.word.api.
IWordContext
)
com.github.houbb.sensitive.word.core.
SensitiveWordHelper
com.github.houbb.sensitive.word.core.
SensitiveWords
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
com.github.houbb.sensitive.word.exception.
SensitiveWordException
com.github.houbb.sensitive.word.support.combine.allowdeny.
WordAllowDenyCombines
com.github.houbb.sensitive.word.support.allow.
WordAllowEmpty
(implements com.github.houbb.sensitive.word.api.
IWordAllow
)
com.github.houbb.sensitive.word.support.allow.
WordAllowInit
(implements com.github.houbb.sensitive.word.api.
IWordAllow
)
com.github.houbb.sensitive.word.support.allow.
WordAllows
com.github.houbb.sensitive.word.support.allow.
WordAllowSystem
(implements com.github.houbb.sensitive.word.api.
IWordAllow
)
com.github.houbb.sensitive.word.support.combine.check.
WordCheckCombines
com.github.houbb.sensitive.word.support.check.
WordCheckInit
(implements com.github.houbb.sensitive.word.api.
IWordCheck
)
com.github.houbb.sensitive.word.support.check.
WordCheckNone
(implements com.github.houbb.sensitive.word.api.
IWordCheck
)
com.github.houbb.sensitive.word.support.check.
WordCheckResult
com.github.houbb.sensitive.word.support.check.
WordChecks
com.github.houbb.sensitive.word.constant.
WordConst
com.github.houbb.sensitive.word.support.data.
WordDatas
com.github.houbb.sensitive.word.support.data.
WordDataTreeNode
(implements com.github.houbb.sensitive.word.api.
ISensitiveWordDestroy
)
com.github.houbb.sensitive.word.support.deny.
WordDenyEmpty
(implements com.github.houbb.sensitive.word.api.
IWordDeny
)
com.github.houbb.sensitive.word.support.deny.
WordDenyInit
(implements com.github.houbb.sensitive.word.api.
IWordDeny
)
com.github.houbb.sensitive.word.support.deny.
WordDenys
com.github.houbb.sensitive.word.support.deny.
WordDenySystem
(implements com.github.houbb.sensitive.word.api.
IWordDeny
)
com.github.houbb.sensitive.word.support.combine.format.
WordFormatCombines
com.github.houbb.sensitive.word.support.format.
WordFormatIgnoreCase
(implements com.github.houbb.sensitive.word.api.
IWordFormat
)
com.github.houbb.sensitive.word.support.format.
WordFormatIgnoreChineseStyle
(implements com.github.houbb.sensitive.word.api.
IWordFormat
)
com.github.houbb.sensitive.word.support.format.
WordFormatIgnoreEnglishStyle
(implements com.github.houbb.sensitive.word.api.
IWordFormat
)
com.github.houbb.sensitive.word.support.format.
WordFormatIgnoreNumStyle
(implements com.github.houbb.sensitive.word.api.
IWordFormat
)
com.github.houbb.sensitive.word.support.format.
WordFormatIgnoreWidth
(implements com.github.houbb.sensitive.word.api.
IWordFormat
)
com.github.houbb.sensitive.word.support.format.
WordFormatInit
(implements com.github.houbb.sensitive.word.api.
IWordFormat
)
com.github.houbb.sensitive.word.support.format.
WordFormatNone
(implements com.github.houbb.sensitive.word.api.
IWordFormat
)
com.github.houbb.sensitive.word.support.format.
WordFormats
com.github.houbb.sensitive.word.support.result.
WordLengthResult
com.github.houbb.sensitive.word.support.replace.
WordReplaceChar
(implements com.github.houbb.sensitive.word.api.
IWordReplace
)
com.github.houbb.sensitive.word.support.replace.
WordReplaces
com.github.houbb.sensitive.word.support.result.
WordResult
(implements com.github.houbb.sensitive.word.api.
IWordResult
)
com.github.houbb.sensitive.word.support.resultcondition.
WordResultConditions
com.github.houbb.sensitive.word.support.result.
WordResultHandlers
com.github.houbb.sensitive.word.support.tag.
WordTags
com.github.houbb.sensitive.word.support.result.
WordTagsDto
(implements java.io.
Serializable
)
接口分层结构
com.github.houbb.sensitive.word.api.
ISensitiveWord
com.github.houbb.sensitive.word.api.
ISensitiveWordCharIgnore
com.github.houbb.sensitive.word.api.
ISensitiveWordDestroy
com.github.houbb.sensitive.word.api.
IWordData
com.github.houbb.sensitive.word.api.
IWordAllow
com.github.houbb.sensitive.word.api.combine.
IWordAllowDenyCombine
com.github.houbb.sensitive.word.api.
IWordCheck
com.github.houbb.sensitive.word.api.combine.
IWordCheckCombine
com.github.houbb.sensitive.word.api.
IWordContext
com.github.houbb.sensitive.word.api.
IWordDeny
com.github.houbb.sensitive.word.api.
IWordFormat
com.github.houbb.sensitive.word.api.combine.
IWordFormatCombine
com.github.houbb.sensitive.word.api.
IWordReplace
com.github.houbb.sensitive.word.api.
IWordResult
com.github.houbb.sensitive.word.api.
IWordResultCondition
com.github.houbb.sensitive.word.api.
IWordResultHandler
<R>
com.github.houbb.sensitive.word.api.
IWordTag
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.github.houbb.sensitive.word.constant.enums.
WordValidModeEnum
com.github.houbb.sensitive.word.constant.enums.
WordTypeEnum
com.github.houbb.sensitive.word.constant.enums.
WordTagType
com.github.houbb.sensitive.word.constant.enums.
WordContainsTypeEnum
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2025. All rights reserved.