net.sf.seaf.util.bean
Interface PropertyVisitor


public interface PropertyVisitor

Property visitor interface.


Method Summary
 void visit(Object bean, String name, Class<?> type, Object value)
          Visit a bean property.
 

Method Detail

visit

void visit(Object bean,
           String name,
           Class<?> type,
           Object value)
Visit a bean property.

Parameters:
bean - The bean instance
name - The name of the property
type - The type of the property
value - The value of the property


Copyright © 2008-2012 SEAF. All Rights Reserved.