stringValue

Match the annotation element value as the specified StringMatcher.

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

匹配元素值为指定 StringMatcher 的注解。

Return

AnnotationElementMatcher

Parameters

value

string matcher / 字符串匹配器


fun stringValue(value: String, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): AnnotationElementMatcher

Match the annotation element value as the specified String.

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

匹配元素值为指定 String 的注解。

Return

AnnotationElementMatcher

Parameters

value

string value / 字符串

matchType

match type / 匹配类型

ignoreCase

ignore case / 忽略大小写