public class InstanceInspector extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceInspector.InspectionDepth |
static class |
InstanceInspector.Overflow |
| Modifier and Type | Method and Description |
|---|---|
static InstanceInspector |
beanInspector() |
static InstanceInspector |
graphInspector() |
void |
inspect(Object instance,
BeanNamingStrategy naming,
BeanVisitor visitor)
Inspect the supplied object and fire callbacks on the supplied
BeanVisitor for every property exposed on the object |
public static InstanceInspector beanInspector()
public static InstanceInspector graphInspector()
public void inspect(Object instance, BeanNamingStrategy naming, BeanVisitor visitor)
BeanVisitor for every property exposed on the objectinstance - an object instance to inspect for Java Bean propertiesnaming - the naming strategy to use for the Java Bean propertiesvisitor - the visitor to raise events when Java Bean properties are foundCopyright © 2015. All rights reserved.