Request
Map object with replacements for wildcards contained in the pattern.
@param preparedPattern The preparedPattern to match against, as returned by {@link #preparePattern(String)}.
@param objectModel The Map
with objects of the calling environmentwhich can be used to select values this matchers matches against.
@return a Map
object with replacements for wildcards/regular-expressionscontained in the pattern. If the return value is null there was no match.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|