matcher

abstract fun matcher(configureAction: Action<in ResourceFilterMatcher>): ResourceFilterMatcher(source)

Configures the matcher of this resource filter. Will create the matcher if it does not yet exist, or configure the existing matcher if it already exists.

Parameters

configureAction

The action to use to configure the matcher.