Uses of Interface
com.luna.common.anno.Filter
Package
Description
提供各种转义和反转义实现
压缩解压封装
-
Uses of Filter in com.luna.common.escape
Modifier and TypeMethodDescriptionstatic String
EscapeUtil.escape
(CharSequence content, Filter<Character> filter) Escape编码(Unicode)
该方法不会对 ASCII 字母和数字进行编码。其他所有的字符都会被转义序列替换。 -
Uses of Filter in com.luna.common.file.compress
-
Uses of Filter in com.luna.common.text
Modifier and TypeMethodDescriptionstatic String
CharsetUtil.filter
(CharSequence str, Filter<Character> filter) 过滤字符串static String
StringTools.filter
(CharSequence str, Filter<Character> filter) 过滤字符串