public void accept(IPojoVisitor visitor) {
   if (visitor.visitAdapter(this)) visitor.visit(this);
 }