public interface BeanVisitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
visitBean(BeanDescriptor<?> descriptor)
Visit a BeanDescriptor and return true to continue visiting the bean
(return false to skip visiting this bean).
|
void |
visitBeanEnd(BeanDescriptor<?> descriptor)
Finished visiting the BeanDescriptor.
|
void |
visitBegin()
Starting.
|
void |
visitEnd()
Finished all visiting.
|
PropertyVisitor |
visitProperty(BeanProperty p)
Visit a property potentially return a specific PropertyVisitor.
|
void visitBegin()
boolean visitBean(BeanDescriptor<?> descriptor)
PropertyVisitor visitProperty(BeanProperty p)
A PropertyVisitor can be returned to more easily process bean properties by their specific type.
void visitBeanEnd(BeanDescriptor<?> descriptor)
void visitEnd()
Copyright © 2014. All Rights Reserved.