Uses of Interface
com.google.caliper.memory.ObjectVisitor
-
Packages that use ObjectVisitor Package Description com.google.caliper.memory -
-
Uses of ObjectVisitor in com.google.caliper.memory
Methods in com.google.caliper.memory with parameters of type ObjectVisitor Modifier and Type Method Description static <T> TObjectExplorer. exploreObject(Object rootObject, ObjectVisitor<T> visitor)Explores an object graph (defined by a root object and whatever is reachable through it, following non-static fields) while using anObjectVisitorto both control the traversal and return a value.static <T> TObjectExplorer. exploreObject(Object rootObject, ObjectVisitor<T> visitor, EnumSet<ObjectExplorer.Feature> features)Explores an object graph (defined by a root object and whatever is reachable through it, following non-static fields) while using anObjectVisitorto both control the traversal and return a value.
-