createString

Create a new AnnotationEncodeValueMatcher from the specified StringMatcher.

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

根据指定的 StringMatcher 创建一个新的 AnnotationEncodeValueMatcher

Return

AnnotationEncodeValueMatcher

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

AnnotationEncodeValueMatcher

Parameters

value

string / 字符串

matchType

match type / 匹配类型

ignoreCase

ignore case / 忽略大小写