Interface ParameterSourceFactory
- All Known Implementing Classes:
BeanPropertyParameterSourceFactory,ExpressionEvaluatingParameterSourceFactory
public interface ParameterSourceFactory
- Since:
- 2.2
-
Method Summary
Modifier and Type Method Description ParameterSourcecreateParameterSource(java.lang.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.
-