addClass

Add a class matcher to the array to be matched.

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

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

Return

AnnotationEncodeArrayMatcher

Parameters

value

class matcher / 类匹配器


fun addClass(className: String, matchType: StringMatchType = StringMatchType.Equals, ignoreCase: Boolean = false): AnnotationEncodeArrayMatcher

Add a class to the array to be matched.

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

向待匹配数组中添加一个已知的类。

Return

AnnotationEncodeArrayMatcher

Parameters

className

class name / 类名

matchType

match type / 匹配类型

ignoreCase

ignore case / 忽略大小写


See also