public class ObjectGraphUtil
extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ObjectGraphUtil.AnnotatedFieldMappingVisitor |
static interface |
ObjectGraphUtil.Visitor |
Constructor and Description |
---|
ObjectGraphUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
walkObjectGraph(Object object,
ObjectGraphUtil.Visitor visitor) |
public static void walkObjectGraph(Object object, ObjectGraphUtil.Visitor visitor)