create String
Create a new AnnotationEncodeValueMatcher from the specified StringMatcher.
----------------根据指定的 StringMatcher 创建一个新的 AnnotationEncodeValueMatcher。
Return
Parameters
value
string matcher / 字符串匹配器
fun createString(value: String, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): AnnotationEncodeValueMatcher
Create a new AnnotationEncodeValueMatcher from the specified String.
----------------根据指定的 String 创建一个新的 AnnotationEncodeValueMatcher。
Return
Parameters
value
string / 字符串
match Type
match type / 匹配类型
ignore Case
ignore case / 忽略大小写