Class DefaultBeanConfigurator
java.lang.Object
org.apache.maven.configuration.internal.DefaultBeanConfigurator
- All Implemented Interfaces:
- BeanConfigurator
Warning: This is an internal class that is only public for technical reasons, it is not part of the
 public API. In particular, this class can be changed or deleted without prior notice.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigureBean(BeanConfigurationRequest request) Performs the specified bean configuration.
- 
Constructor Details- 
DefaultBeanConfiguratorpublic DefaultBeanConfigurator()
 
- 
- 
Method Details- 
configureBeanDescription copied from interface:BeanConfiguratorPerforms the specified bean configuration.- Specified by:
- configureBeanin interface- BeanConfigurator
- Parameters:
- request- The configuration request that specifies the bean and the configuration to process, must not be- null.
- Throws:
- BeanConfigurationException- If the bean configuration could not be successfully processed.
 
 
-