type
Parameter type class matcher.
----------------参数类型类匹配器。
type(ClassMatcher().className("java.lang.String"))
Content copied to clipboard
Parameters
type
type class matcher / 类型类匹配器
Parameter type class matcher.
----------------参数类型类匹配器。
type(String::class.java)
Content copied to clipboard
Return
Parameters
clazz
type class / 类型类
fun type(typeName: String, matchType: StringMatchType = StringMatchType.Equals, ignoreCase: Boolean = false): ParameterMatcher
Parameter type class name matcher.
----------------参数类型类名匹配器
type("java.lang.String", StringMatchType.Equals, true)
Content copied to clipboard
Return
Parameters
type Name
type class name / 类型类名
match Type
match type / 匹配类型
ignore Case
ignore case / 忽略大小写
See also
Parameter type class fully qualified name.
----------------参数类型类的完全限定名。
type = "java.lang.String"
Content copied to clipboard