| Package | Description |
|---|---|
| pl.decerto.hyperon.persistence.helper | |
| pl.decerto.hyperon.persistence.model.value |
| Modifier and Type | Method and Description |
|---|---|
static void |
BundleWalker.walk(Property root,
PropertyVisitor visitor) |
static void |
BundleWalker.walk(Property root,
PropertyVisitor visitor,
boolean usePathsInVisitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityScanner |
| Modifier and Type | Method and Description |
|---|---|
void |
Property.traverse(PropertyVisitor visitor)
This method walks on property subtree and invoke some action with
PropertyVisitor. |
void |
Handle.traverse(PropertyVisitor visitor)
This method walks on property subtree and invoke some action with
PropertyVisitor. |
void |
Property.traverse(PropertyVisitor visitor,
boolean usePathsInVisitor)
This method walks on property subtree and invoke some action with
PropertyVisitor. |
void |
Handle.traverse(PropertyVisitor visitor,
boolean usePathsInVisitor)
Deprecated.
This method will be removed in the future. New implementation is not using paths to resolve subtree.
|
void |
Bundle.walk(PropertyVisitor visitor)
This method allows to walk on each property using provided
visitor and do some action. |
void |
Bundle.walk(PropertyVisitor visitor,
boolean usePathsInVisitor)
Deprecated.
this method shouldn't be used anymore. Please use
Bundle.walk(PropertyVisitor). |
Copyright © 2021. All rights reserved.