public class EntityWalker extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
EntityWalker.Visitor |
Constructor and Description |
---|
EntityWalker() |
Modifier and Type | Method and Description |
---|---|
static void |
traverseWith(RestObject restEntity,
EntityWalker.Visitor visitor)
performs a depth first traversal of this entity and all child restEntities applying
the vistor to each node in the tree.
|
public static void traverseWith(RestObject restEntity, EntityWalker.Visitor visitor)
Copyright © 2003–2016 Atlassian. All rights reserved.