classValue

Match the annotation element value as the specified ClassMatcher.

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

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

Return

AnnotationElementMatcher

Parameters

value

class matcher / 类匹配器


fun classValue(className: String, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): AnnotationElementMatcher

Match the annotation element value as the specified Class.

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

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

Return

AnnotationElementMatcher

Parameters

className

class name / 类名

matchType

match type / 匹配类型

ignoreCase

ignore case / 忽略大小写


See also