@Component(role=BeanConfigurator.class) public class DefaultBeanConfigurator extends Object implements BeanConfigurator
| Constructor and Description | 
|---|
| DefaultBeanConfigurator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | configureBean(BeanConfigurationRequest request)Performs the specified bean configuration. | 
public void configureBean(BeanConfigurationRequest request) throws BeanConfigurationException
BeanConfiguratorconfigureBean in interface BeanConfiguratorrequest - 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–2022 The Apache Software Foundation. All rights reserved.