net.sf.beanlib.spi
Interface BeanPopulatorSpi.Factory

All Known Implementing Classes:
BeanPopulator.Factory
Enclosing interface:
BeanPopulatorSpi

public static interface BeanPopulatorSpi.Factory

Bean Populator Factory SPI, which is used to create a bean populator which can then be used to determine whether a specific JavaBean property should be propagated from a source bean to a target bean.

Author:
Joe D. Velopar

Method Summary
 BeanPopulatorSpi newBeanPopulator(Object from, Object to)
          Returns a bean populator, given the from bean and to bean.
 

Method Detail

newBeanPopulator

BeanPopulatorSpi newBeanPopulator(Object from,
                                  Object to)
Returns a bean populator, given the from bean and to bean.