FindField

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Exclude field in the specified packages.

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

Link copied to clipboard

Terminates the search after finding the first matching field.

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

Link copied to clipboard

Ignore case with searchPackages and excludePackages.

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

Link copied to clipboard
Link copied to clipboard

Searches the specified ClassData list for fields matching the criteria.

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

Link copied to clipboard

Searches the specified FieldData list for fields matching the criteria.

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

Link copied to clipboard

Search field in the specified packages.

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

Functions

Link copied to clipboard
fun excludePackages(vararg excludePackages: String): FindField
fun excludePackages(excludePackages: Collection<String>): FindField

Exclude classes in the specified packages.

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

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

Ignore case with searchPackages and excludePackages.

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

Link copied to clipboard
inline fun matcher(init: FieldMatcher.() -> Unit): FindField

Build a FieldMatcher to match fields.

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

Link copied to clipboard

Search in the specified ClassData list.

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

Link copied to clipboard

Search in the specified FieldData list.

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

Link copied to clipboard
fun searchPackages(vararg searchPackages: String): FindField
fun searchPackages(searchPackages: Collection<String>): FindField

Search classes in the specified packages.

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