@Deprecated public interface ValueMatcher
CommonValueMatchers.| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Object value)
Deprecated.
Tries to match
value to see if it matches an expected value. |
boolean matches(Object value)
value to see if it matches an expected value.
value is null if the property wasn't found on the
Node or Relationship it came from.
The value can be of type array, where ArrayPropertyUtil can be of
help.value - the value from a Node or Relationship to
match against an expected value.true if the value matches, else false.Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.