@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
BeanConfigurator
configureBean
in interface BeanConfigurator
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–2018 The Apache Software Foundation. All rights reserved.