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 voidTraverser. traverse(Object o, Traverser.Visitor visitor)static voidTraverser. traverse(Object o, Class<?>[] skip, Traverser.Visitor visitor)voidTraverser. walk(Object root, Class<?>[] skip, Traverser.Visitor visitor)Traverse the object graph referenced by the passed in root.
-