type
Annotation type class matcher.
----------------注解类型类匹配器。
type(ClassMatcher().className("org.luckypray.dexkit.demo.annotations.Router"))
Content copied to clipboard
Return
Parameters
type
type class matcher / 类型类匹配器
Annotation type class matcher.
----------------注解类型类匹配器。
Return
Parameters
clazz
type class / 类型类
fun type(typeName: String, matchType: StringMatchType = StringMatchType.Equals, ignoreCase: Boolean = false): AnnotationMatcher
Annotation type class name matcher.
----------------注解类型类名匹配器
type("org.luckypray.dexkit.demo.annotations.Router", StringMatchType.Equals, true)
Content copied to clipboard
Return
Parameters
type Name
type class name / 类型类名
match Type
match type / 匹配类型
ignore Case
ignore case / 忽略大小写
See also
Annotation type class fully qualified name.
----------------注解类型类的完全限定名。
type = "org.luckypray.dexkit.demo.annotations.Router"
Content copied to clipboard