public abstract class BaseFuzzyMatchFilter<K> extends java.lang.Object implements IFuzzyMatchFilter<K>
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseFuzzyMatchFilter.BaseStringMatchFilter
线程安全(thread safe)的模糊查询匹配接口实现基类
|
static class |
BaseFuzzyMatchFilter.RegexFilter |
IFuzzyMatchFilter.MatchErrorHandler<K>| Modifier and Type | Field and Description |
|---|---|
protected IFuzzyMatchFilter.MatchErrorHandler<K> |
errorHandler |
| Constructor and Description |
|---|
BaseFuzzyMatchFilter() |
| Modifier and Type | Method and Description |
|---|---|
IFuzzyMatchFilter<K> |
withErrorHandler(IFuzzyMatchFilter.MatchErrorHandler<K> errorHandler) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithPatternprotected IFuzzyMatchFilter.MatchErrorHandler<K> errorHandler
public IFuzzyMatchFilter<K> withErrorHandler(IFuzzyMatchFilter.MatchErrorHandler<K> errorHandler)
withErrorHandler in interface IFuzzyMatchFilter<K>Copyright © 2021. All Rights Reserved.