|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyVisitor
Property visitor interface.
| Method Summary | |
|---|---|
void |
visit(Object bean,
String name,
Class<?> type,
Object value)
Visit a bean property. |
| Method Detail |
|---|
void visit(Object bean,
String name,
Class<?> type,
Object value)
bean - The bean instancename - The name of the propertytype - The type of the propertyvalue - The value of the property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||