Uses of Interface
com.cedarsoftware.util.Traverser.Visitor
-
-
Uses of Traverser.Visitor in com.cedarsoftware.util
Methods in com.cedarsoftware.util with parameters of type Traverser.Visitor Modifier and Type Method Description static void
Traverser. traverse(Object o, Traverser.Visitor visitor)
static void
Traverser. traverse(Object o, Class<?>[] skip, Traverser.Visitor visitor)
void
Traverser. walk(Object root, Class<?>[] skip, Traverser.Visitor visitor)
Traverse the object graph referenced by the passed in root.
-