add Class
Add a class matcher to the array to be matched.
----------------向待匹配数组中添加一个已知的类匹配器。
Return
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
Parameters
class Name
class name / 类名
match Type
match type / 匹配类型
ignore Case
ignore case / 忽略大小写