FilterProperties
data class FilterProperties @FilterPropertiesConstructor constructor(val value: String, val mode: FilterMode, val priority: Int, val targets: List<FilterTargetsProperties>, val ifNullPass: Boolean, val matchType: MatchType, val regexOptions: Set<RegexOption>)(source)
参考注解 @Filter 中的属性说明。
Author
ForteScarlet
Constructors
Link copied to clipboard
constructor(value: String, mode: FilterMode, priority: Int, targets: List<FilterTargetsProperties>, ifNullPass: Boolean, matchType: MatchType)
构造。
constructor(value: String, mode: FilterMode, priority: Int, targets: List<FilterTargetsProperties>, ifNullPass: Boolean, matchType: MatchType, regexOptions: Set<RegexOption>)