Interface BeanDiffVisitor
public interface BeanDiffVisitor
Visitor for collecting new/old values for a bean update.
-
Method Summary
-
Method Details
-
visit
-
visitPush
void visitPush(int position) Start processing an associated bean. -
visitPop
void visitPop()Stop processing an associated bean.
-