public abstract class RegexComplex<E> extends Object implements Complex<E>
| Modifier | Constructor and Description |
|---|---|
protected |
RegexComplex(Pattern pattern) |
protected |
RegexComplex(String regex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
on(E entry)
记录是否需要加/解密
|
protected abstract String |
toText(E entry)
将记录转换成字符串形式,用于模式匹配
|
Copyright © 2021. All rights reserved.