| Package | Description |
|---|---|
| org.exparity.beans | |
| org.exparity.beans.core | |
| org.exparity.beans.core.visitors |
| Modifier and Type | Method and Description |
|---|---|
static BeanVisitor |
BeanVisitors.print()
Print all the properties visited to
System.out |
static BeanVisitor |
BeanVisitors.print(Writer writer)
Print all the properties visited to the
Writer |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceInspector.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 |
void |
Instance.visit(BeanVisitor visitor)
Visit the supplied bean or graph instance and notify the visitor for each bean property found.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplyFunctionIf |
class |
CapturePropertyIf |
class |
CapturePropertyToList |
class |
CapturePropertyToListIf |
class |
CapturePropertyToMap |
class |
Print |
Copyright © 2015. All rights reserved.