|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface ValueMatcher
An interface which abstracts value matching. Examples of value matchers would be:
exact matchi, regex match a.s.o. Also look at CommonValueMatchers.
| Method Summary | |
|---|---|
boolean |
matches(Object value)
Deprecated. Tries to match value to see if it matches an expected value. |
| Method Detail |
|---|
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.
|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||