Uses of Interface
org.apache.maven.configuration.BeanConfigurationRequest
-
Uses of BeanConfigurationRequest in org.apache.maven.configuration
Modifier and TypeClassDescriptionclass
A basic bean configuration request.Modifier and TypeMethodDescriptionSets the bean to configure.BeanConfigurationRequest.setClassLoader
(ClassLoader classLoader) Sets the class loader from which to load any types referenced by the configuration.BeanConfigurationRequest.setConfiguration
(Object configuration) Sets the configuration to unmarshal into the bean.BeanConfigurationRequest.setConfiguration
(Object configuration, String element) Sets the configuration to unmarshal into the bean.BeanConfigurationRequest.setPathTranslator
(BeanConfigurationPathTranslator pathTranslator) Sets the optional path translator for configuration values unmarshalled to files.BeanConfigurationRequest.setValuePreprocessor
(BeanConfigurationValuePreprocessor valuePreprocessor) Sets the optional preprocessor for configuration values.Modifier and TypeMethodDescriptionvoid
BeanConfigurator.configureBean
(BeanConfigurationRequest request) Performs the specified bean configuration. -
Uses of BeanConfigurationRequest in org.apache.maven.configuration.internal
Modifier and TypeMethodDescriptionvoid
DefaultBeanConfigurator.configureBean
(BeanConfigurationRequest request)