Skip to content

MatcherConfigBuilder🔗

Constructor🔗

new MatcherConfigBuilder()

Methods🔗

build🔗

Builds the object.

public MatcherConfig build()

id🔗

The matcher id. This is used to find the matcher implementation from registry.

public MatcherConfigBuilder id(String id)

options🔗

The matcher options. This is specific to the matcher implementation.

public MatcherConfigBuilder options(Object options)

See also🔗