FindMethod

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Exclude methods in the specified packages.

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

Link copied to clipboard

Terminates the search after finding the first matching method.

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

Link copied to clipboard

Ignore case with searchPackages and excludePackages.

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

Link copied to clipboard
Link copied to clipboard

Searches the specified ClassData list for methods matching the criteria.

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

Link copied to clipboard

Searches the specified MethodData list for methods matching the criteria.

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

Link copied to clipboard

Search methods in the specified packages.

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

Functions

Link copied to clipboard
fun excludePackages(vararg excludePackages: String): FindMethod

Exclude classes in the specified packages.

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

Link copied to clipboard
fun ignorePackagesCase(ignorePackagesCase: Boolean): FindMethod

Ignore case with searchPackages and excludePackages.

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

Link copied to clipboard
inline fun matcher(init: MethodMatcher.() -> Unit): FindMethod

Build a MethodMatcher to match methods.

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

Link copied to clipboard

Search in the specified ClassData list.

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

Link copied to clipboard

Search in the specified MethodData list.

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

Link copied to clipboard
fun searchPackages(vararg searchPackages: String): FindMethod

Search classes in the specified packages.

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