addString

Add a string matcher to the array to be matched.

----------------

向待匹配数组中添加一个已知的字符串匹配器。

Return

AnnotationEncodeArrayMatcher

Parameters

value

string matcher / 字符串匹配器


fun addString(value: String, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): AnnotationEncodeArrayMatcher

Add a string to the array to be matched.

----------------

向待匹配数组中添加一个已知的字符串。

Return

AnnotationEncodeArrayMatcher

Parameters

value

string / 字符串

matchType

match type / 匹配类型

ignoreCase

ignore case / 忽略大小写