Uses of Interface
net.sf.beanlib.spi.BeanPopulatorSpi

Packages that use BeanPopulatorSpi
net.sf.beanlib.provider Beanlib Servce Provider Implementations 
net.sf.beanlib.spi Beanlib Servce Provider Interface 
 

Uses of BeanPopulatorSpi in net.sf.beanlib.provider
 

Classes in net.sf.beanlib.provider that implement BeanPopulatorSpi
 class BeanPopulator
          Bean Populator.
 

Uses of BeanPopulatorSpi in net.sf.beanlib.spi
 

Methods in net.sf.beanlib.spi that return BeanPopulatorSpi
 BeanPopulatorSpi BeanPopulatorSpi.initBeanPopulatable(BeanPopulatable beanPopulatable)
           
 BeanPopulatorSpi BeanPopulatorSpi.initBeanPopulationExceptionHandler(BeanPopulationExceptionHandler beanPopulationExceptionHandler)
           
 BeanPopulatorSpi BeanPopulatorSpi.initBeanPopulatorBaseConfig(BeanPopulatorBaseConfig baseConfig)
           
 BeanPopulatorSpi BeanPopulatorSpi.initBeanSourceHandler(BeanSourceHandler beanSourceHandler)
           
 BeanPopulatorSpi BeanPopulatorSpi.initDebug(boolean debug)
           
 BeanPopulatorSpi BeanPopulatorSpi.initDetailedBeanPopulatable(DetailedBeanPopulatable detailedBeanPopulatable)
           
 BeanPopulatorSpi BeanPopulatorSpi.initReaderMethodFinder(BeanMethodFinder readerMethodFinder)
           
 BeanPopulatorSpi BeanPopulatorSpi.initSetterMethodCollector(BeanMethodCollector setterMethodCollector)
           
 BeanPopulatorSpi BeanPopulatorSpi.initTransformer(Transformable transformer)
           
 BeanPopulatorSpi BeanPopulatorSpi.Factory.newBeanPopulator(Object from, Object to)