afterPropertiesSet
or a custom init-method). The bean will already be populated with property values. The returned bean instance may be a wrapper around the original.
@param bean the new bean instance
@param beanName the name of the bean
@return the bean instance to use, either the original or a wrapped one; ifnull
, no subsequent BeanPostProcessors will be invoked
@throws Exception is thrown if error post processing bean
afterPropertiesSet
or a custom init-method). The bean will already be populated with property values. The returned bean instance may be a wrapper around the original.
@param bean the new bean instance
@param beanName the name of the bean
@return the bean instance to use, either the original or a wrapped one; ifnull
, no subsequent BeanPostProcessors will be invoked
@throws org.springframework.beans.BeansException in case of errors
@see org.springframework.beans.factory.InitializingBean#afterPropertiesSet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|