Uses of Class
com.google.caliper.memory.ObjectExplorer.Feature
-
Packages that use ObjectExplorer.Feature Package Description com.google.caliper.memory -
-
Uses of ObjectExplorer.Feature in com.google.caliper.memory
Methods in com.google.caliper.memory that return ObjectExplorer.Feature Modifier and Type Method Description static ObjectExplorer.FeatureObjectExplorer.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectExplorer.Feature[]ObjectExplorer.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.google.caliper.memory with type arguments of type ObjectExplorer.Feature Modifier and Type Method Description 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.
-