Interface ParameterSourceFactory
- All Known Implementing Classes:
BeanPropertyParameterSourceFactory,ExpressionEvaluatingParameterSourceFactory
public interface ParameterSourceFactory
- Since:
- 2.2
- Author:
- Gunnar Hillert
-
Method Summary
Modifier and TypeMethodDescriptioncreateParameterSource(Object input) Return a newParameterSource.
-
Method Details
-
createParameterSource
Return a newParameterSource.- Parameters:
input- The raw message or query result to be transformed into aParameterSource.- Returns:
- The parameter source.
-