public abstract class AbstractBeanVisitor extends Object implements BeanVisitor
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractBeanVisitor.InheritChildVisitor
Helper used to visit all the inheritInfo/BeanDescriptor in
the inheritance hierarchy (to add their 'local' properties).
|
| Constructor and Description |
|---|
AbstractBeanVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitInheritanceProperties(BeanDescriptor<?> descriptor,
PropertyVisitor pv)
Visit all the other inheritance properties that are not on the root.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitBean, visitBeanEnd, visitBegin, visitEnd, visitPropertypublic void visitInheritanceProperties(BeanDescriptor<?> descriptor, PropertyVisitor pv)
Copyright © 2014. All Rights Reserved.