| Package | Description |
|---|---|
| org.exparity.beans | |
| org.exparity.beans.core |
| Modifier and Type | Method and Description |
|---|---|
void |
Type.visit(TypeVisitor visitor)
Visit the supplied class and notify the visitor for each bean property found.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeInspector.inspect(Class<?> type,
BeanNamingStrategy naming,
TypeVisitor visitor)
Inspect the supplied object and fire callbacks on the supplied
BeanVisitor for every property exposed on the object |
void |
TypeInspector.inspect(Class<?> type,
TypeVisitor visitor)
Inspect the supplied object and fire callbacks on the supplied
BeanVisitor for every property exposed on the object |
Copyright © 2015. All rights reserved.