public interface Matcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Parameter parameter,
Object value,
Object... properties)
Determines if the value matches the properties or not, based on the underlying operation.
|
boolean matches(Parameter parameter, Object value, Object... properties)
parameter - the parameter for which the match is happening.value - the value being matched against.properties - the properties for the invocationCopyright © 2014–2016. All rights reserved.