net.sf.beanlib.spi
Interface PropertyFilter

All Known Implementing Classes:
HibernatePropertyFilter

public interface PropertyFilter

Used to control if a JavaBean property should be propagated.

Author:
Joe D. Velopar

Method Summary
 boolean propagate(String propertyName, Method readerMethod)
          Returns true if the given JavaBean property should be propagated; false otherwise.
 

Method Detail

propagate

boolean propagate(String propertyName,
                  Method readerMethod)
Returns true if the given JavaBean property should be propagated; false otherwise.

Parameters:
propertyName - JavaBean property name.
readerMethod - reader method of the JavaBean property name.
Returns:
true if the given JavaBean property should be propagated.