Uses of Class
net.sf.beanlib.provider.BeanPopulator

Packages that use BeanPopulator
net.sf.beanlib.provider Beanlib Servce Provider Implementations 
 

Uses of BeanPopulator in net.sf.beanlib.provider
 

Methods in net.sf.beanlib.provider that return BeanPopulator
 BeanPopulator BeanPopulator.initBeanPopulationExceptionHandler(BeanPopulationExceptionHandler beanPopulationExceptionHandler)
           
 BeanPopulator BeanPopulator.initBeanPopulatorBaseConfig(BeanPopulatorBaseConfig baseConfig)
           
 BeanPopulator BeanPopulator.initBeanSourceHandler(BeanSourceHandler beanSourceHandler)
           
 BeanPopulator BeanPopulator.initDebug(boolean debug)
           
 BeanPopulator BeanPopulator.initDetailedPropertyFilter(DetailedPropertyFilter detailedPropertyFilter)
           
 BeanPopulator BeanPopulator.initPropertyFilter(PropertyFilter propertyFilter)
           
 BeanPopulator BeanPopulator.initReaderMethodFinder(BeanMethodFinder readerMethodFinder)
           
 BeanPopulator BeanPopulator.initSetterMethodCollector(BeanMethodCollector setterMethodCollector)
           
 BeanPopulator BeanPopulator.initTransformer(Transformable transformer)
           
 BeanPopulator BeanPopulator.Factory.newBeanPopulator(Object from, Object to)
          Notes the co-variant return type of a specific BeanPopulatorSpi.