public interface BeanConfigurationValuePreprocessor
| Modifier and Type | Method and Description | 
|---|---|
| Object | preprocessValue(String value,
               Class<?> type)Preprocesses the specified bean configuration value. | 
Object preprocessValue(String value, Class<?> type) throws BeanConfigurationException
value - The configuration value to preprocess, must not be null.type - The target type of the value, may be null.null if none.BeanConfigurationException - If an error occurred while preprocessing the value.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.