|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanPopulationExceptionHandler | |
---|---|
net.sf.beanlib.provider | Beanlib Servce Provider Implementations |
net.sf.beanlib.provider.handler | Handler Servce Provider Implementations |
net.sf.beanlib.spi | Beanlib Servce Provider Interface |
Uses of BeanPopulationExceptionHandler in net.sf.beanlib.provider |
---|
Methods in net.sf.beanlib.provider with parameters of type BeanPopulationExceptionHandler | |
---|---|
BeanTransformer |
BeanTransformer.initBeanPopulationExceptionHandler(BeanPopulationExceptionHandler beanPopulationExceptionHandler)
|
BeanPopulator |
BeanPopulator.initBeanPopulationExceptionHandler(BeanPopulationExceptionHandler beanPopulationExceptionHandler)
|
Uses of BeanPopulationExceptionHandler in net.sf.beanlib.provider.handler |
---|
Classes in net.sf.beanlib.provider.handler that implement BeanPopulationExceptionHandler | |
---|---|
class |
AbstractBeanPopulationExceptionHandler
Can be used as a convenient adaptor class for implementing the BeanPopulationExceptionHandler interface. |
Methods in net.sf.beanlib.provider.handler that return BeanPopulationExceptionHandler | |
---|---|
BeanPopulationExceptionHandler |
AbstractBeanPopulationExceptionHandler.initFromBean(Object fromBean)
|
BeanPopulationExceptionHandler |
AbstractBeanPopulationExceptionHandler.initPropertyName(String propertyName)
|
BeanPopulationExceptionHandler |
AbstractBeanPopulationExceptionHandler.initReaderMethod(Method readerMethod)
|
BeanPopulationExceptionHandler |
AbstractBeanPopulationExceptionHandler.initSetterMethod(Method setterMethod)
|
BeanPopulationExceptionHandler |
AbstractBeanPopulationExceptionHandler.initToBean(Object toBean)
|
Uses of BeanPopulationExceptionHandler in net.sf.beanlib.spi |
---|
Classes in net.sf.beanlib.spi that implement BeanPopulationExceptionHandler | |
---|---|
class |
BeanPopulationExceptionHandlerAdapter
Adapter class for BeanPopulationExceptionHandler . |
Fields in net.sf.beanlib.spi declared as BeanPopulationExceptionHandler | |
---|---|
static BeanPopulationExceptionHandler |
BeanPopulationExceptionHandler.ABORT
Exception handler which aborts by throwing or re-throwing a RuntimeException or Error. |
private BeanPopulationExceptionHandler |
BeanPopulatorBaseConfig.beanPopulationExceptionHandler
|
static BeanPopulationExceptionHandler |
BeanPopulationExceptionHandler.CONTINUE
Exception handler which always continue by logging and then igoring the exception or error. |
Methods in net.sf.beanlib.spi that return BeanPopulationExceptionHandler | |
---|---|
BeanPopulationExceptionHandler |
BeanPopulatorBaseConfig.getBeanPopulationExceptionHandler()
|
BeanPopulationExceptionHandler |
BeanPopulationExceptionHandler.initFromBean(Object fromBean)
Sets the bean from which the property is populated from, ie the source bean. |
BeanPopulationExceptionHandler |
BeanPopulationExceptionHandler.initPropertyName(String propertyName)
Sets the name of the property being populated. |
BeanPopulationExceptionHandler |
BeanPopulationExceptionHandler.initReaderMethod(Method readerMethod)
Sets the reader method used to retreive the value from the source bean. |
BeanPopulationExceptionHandler |
BeanPopulationExceptionHandler.initSetterMethod(Method setterMethod)
Sets the setter method used to set the value to the target bean. |
BeanPopulationExceptionHandler |
BeanPopulationExceptionHandler.initToBean(Object toBean)
Sets the bean to which the property is populated to, ie the target bean. |
Methods in net.sf.beanlib.spi with parameters of type BeanPopulationExceptionHandler | |
---|---|
BeanTransformerSpi |
BeanTransformerSpi.initBeanPopulationExceptionHandler(BeanPopulationExceptionHandler beanPopulationExceptionHandler)
Don't invoke this method, except from within the BeanPopulatorSpi implementation class. |
BeanPopulatorSpi |
BeanPopulatorSpi.initBeanPopulationExceptionHandler(BeanPopulationExceptionHandler beanPopulationExceptionHandler)
|
BeanPopulatorBaseSpi |
BeanPopulatorBaseSpi.initBeanPopulationExceptionHandler(BeanPopulationExceptionHandler beanPopulationExceptionHandler)
|
void |
BeanPopulatorBaseConfig.setBeanPopulationExceptionHandler(BeanPopulationExceptionHandler beanPopulationExceptionHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |