程序包 gu.sql2java
类 BaseFuzzyMatchFilter.BaseStringMatchFilter
- 所有已实现的接口:
com.google.common.base.Predicate<String>,IFuzzyMatchFilter<String>,IStringMatchFilter
- 直接已知子类:
BaseFuzzyMatchFilter.RegexFilter
- 封闭类:
BaseFuzzyMatchFilter<K>
public abstract static class BaseFuzzyMatchFilter.BaseStringMatchFilter
extends BaseFuzzyMatchFilter<String>
implements IStringMatchFilter
线程安全(thread safe)的模糊查询匹配接口实现基类
- 作者:
- guyadong
-
嵌套类概要
从类继承的嵌套类/接口 gu.sql2java.BaseFuzzyMatchFilter
BaseFuzzyMatchFilter.BaseStringMatchFilter, BaseFuzzyMatchFilter.RegexFilter从接口继承的嵌套类/接口 gu.sql2java.IFuzzyMatchFilter
IFuzzyMatchFilter.MatchErrorHandler<K> -
字段概要
从类继承的字段 gu.sql2java.BaseFuzzyMatchFilter
errorHandler -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected booleanprotected Patternpattern()setPatternFormater(com.google.common.base.Function<String, String> patternFormater) withPattern(String pattern, int matchFlags) withPattern(String pattern, int... flags) 从类继承的方法 gu.sql2java.BaseFuzzyMatchFilter
withErrorHandler从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 gu.sql2java.IFuzzyMatchFilter
withErrorHandler从接口继承的方法 com.google.common.base.Predicate
apply, equals
-
构造器详细资料
-
BaseStringMatchFilter
public BaseStringMatchFilter()
-
-
方法详细资料
-
withPattern
- 指定者:
withPattern在接口中IStringMatchFilter
-
withPattern
- 指定者:
withPattern在接口中IFuzzyMatchFilter<String>- 指定者:
withPattern在接口中IStringMatchFilter
-
isInCaseSensitive
protected boolean isInCaseSensitive() -
pattern
-
getPatternFormater
-
setPatternFormater
public BaseFuzzyMatchFilter.BaseStringMatchFilter setPatternFormater(com.google.common.base.Function<String, String> patternFormater)
-