public interface BeanConfigurationValuePreprocessor
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
preprocessValue(java.lang.String value,
java.lang.Class<?> type)
Preprocesses the specified bean configuration value.
|
java.lang.Object preprocessValue(java.lang.String value, java.lang.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.