ParameterMatcher

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Parameter type class fully qualified name.

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

Link copied to clipboard

Functions

Link copied to clipboard

Add param annotation matcher.

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

Link copied to clipboard

Param annotation count.

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

Link copied to clipboard

The param annotations matcher.

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

Link copied to clipboard
fun type(clazz: Class<*>): ParameterMatcher

Parameter type class matcher.

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

inline fun type(init: ClassMatcher.() -> Unit): ParameterMatcher

fun type(typeName: String, matchType: StringMatchType = StringMatchType.Equals, ignoreCase: Boolean = false): ParameterMatcher

Parameter type class name matcher.

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