@API(status=INTERNAL) public final class PropertyTraverser extends Object
| Constructor and Description |
|---|
PropertyTraverser(Neo4jMappingContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
traverse(Class<?> root,
BiConsumer<PropertyPath,Neo4jPersistentProperty> sink) |
void |
traverse(Class<?> root,
BiPredicate<PropertyPath,Neo4jPersistentProperty> predicate,
BiConsumer<PropertyPath,Neo4jPersistentProperty> sink) |
public PropertyTraverser(Neo4jMappingContext ctx)
public void traverse(Class<?> root, BiConsumer<PropertyPath,Neo4jPersistentProperty> sink)
public void traverse(Class<?> root, BiPredicate<PropertyPath,Neo4jPersistentProperty> predicate, BiConsumer<PropertyPath,Neo4jPersistentProperty> sink)
Copyright © 2019–2022 Neo4j, Neo4j Sweden AB. All rights reserved.