public interface BeanConfigurator
<param>value</param>
 is mapped to an equally named property of the bean and converted. The properties of the bean are supposed to either
 have a public setter or be backed by an equally named field (of any visibility).| Modifier and Type | Method and Description | 
|---|---|
| void | configureBean(BeanConfigurationRequest request)Performs the specified bean configuration. | 
void configureBean(BeanConfigurationRequest request) throws BeanConfigurationException
request - The configuration request that specifies the bean and the configuration to process, must not be
            null.BeanConfigurationException - If the bean configuration could not be successfully processed.Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.