overrides
Subpackages
Index
fn withMatcher(value)
fn withMatcherMixin(value)
fn withProperties(value)
fn withPropertiesMixin(value)
obj matcher
Fields
fn withMatcher
withMatcher(value)
PARAMETERS:
- value (
object
)
Matcher is a predicate configuration. Based on the config a set of field(s) or values is filtered in order to apply override / transformation. It comes with in id ( to resolve implementation from registry) and a configuration that’s specific to a particular matcher type.
fn withMatcherMixin
withMatcherMixin(value)
PARAMETERS:
- value (
object
)
Matcher is a predicate configuration. Based on the config a set of field(s) or values is filtered in order to apply override / transformation. It comes with in id ( to resolve implementation from registry) and a configuration that’s specific to a particular matcher type.
fn withProperties
withProperties(value)
PARAMETERS:
- value (
array
)
fn withPropertiesMixin
withPropertiesMixin(value)
PARAMETERS:
- value (
array
)
obj matcher
fn matcher.withId
matcher.withId(value="")
PARAMETERS:
- value (
string
)- default value:
""
- default value:
The matcher id. This is used to find the matcher implementation from registry.
fn matcher.withOptions
matcher.withOptions(value)
PARAMETERS:
- value (
object
)
The matcher options. This is specific to the matcher implementation.
fn matcher.withOptionsMixin
matcher.withOptionsMixin(value)
PARAMETERS:
- value (
object
)
The matcher options. This is specific to the matcher implementation.